Shades of Cornflower #93CDF0
Tints of Cornflower #93CDF0
RGB
CMYK
RGB Variations
Color information
#93CDF0 (or 0x93CDF0) is known color: Cornflower. HEX triplet: 93, CD and F0. RGB value is (147,205,240). Sum of RGB (Red+Green+Blue) = 147+205+240=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #93CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CDF0 is #6C320F. Grayscale: #BFBFBF. Windows color (decimal): -7090704 or 15781267. OLE color: 15781267.
HSL color Cylindrical-coordinate representation of color #93CDF0: hue angle of 202.58º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93CDF0 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 205 | 240 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.06 |
| HSL | 202.58º | 0.76% | 0.76% | - |
| HSV(B) | 202.58º | 0.39% | 0.94% | - |
| XYZ | 49.59 | 56.16 | 90.66 | - |
| YUV | 191.65 | 155.28 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 240 | 0.39 | 0.15 | 0 | 0.06 | 202.58 | 0.76 | 0.76 |
| Hex | 93 | CD | F0 | 27 | F | 0 | 6 | CB | 4C | 4C |
| Octal | 223 | 315 | 360 | 47 | 17 | 0 | 6 | 313 | 114 | 114 |
| Binary | 10010011 | 11001101 | 11110000 | 100111 | 1111 | 0 | 110 | 11001011 | 1001100 | 1001100 |
Color Harmonies of #93CDF0
Complementary color
Monochromatic Colors of #93CDF0
Black with #93CDF0
Text Example
Text Example
White with #93CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDF0; }
p { color: rgb(147,205,240); }
H1.HeaderClassName
{
color: #93CDF0;
}
.AnyTagClassName
{
color: #93CDF0;
}
</style>
background-color css
<style>
a { background-color: #93CDF0; }
a { background-color: rgb(147,205,240); }
div.DivClassName
{
background-color: #93CDF0;
}
.BgClassName
{
background-color: #93CDF0;
}
</style>
border-color css
<style>
span { border-color: #93CDF0; }
span { border-color: rgb(147,205,240); }
td.TdClassName
{
border-color: #93CDF0;
}
.TagClassName
{
border-color: #93CDF0;
}
</style>