Shades of Cornflower #93CCF0
Tints of Cornflower #93CCF0
RGB
CMYK
RGB Variations
Color information
#93CCF0 (or 0x93CCF0) is known color: Cornflower. HEX triplet: 93, CC and F0. RGB value is (147,204,240). Sum of RGB (Red+Green+Blue) = 147+204+240=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #93CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CCF0 is #6C330F. Grayscale: #BEBEBE. Windows color (decimal): -7090960 or 15781011. OLE color: 15781011.
HSL color Cylindrical-coordinate representation of color #93CCF0: hue angle of 203.23º 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 #93CCF0 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 204 | 240 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.06 |
| HSL | 203.23º | 0.76% | 0.76% | - |
| HSV(B) | 203.23º | 0.39% | 0.94% | - |
| XYZ | 49.35 | 55.68 | 90.58 | - |
| YUV | 191.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 240 | 0.39 | 0.15 | 0 | 0.06 | 203.23 | 0.76 | 0.76 |
| Hex | 93 | CC | F0 | 27 | F | 0 | 6 | CB | 4C | 4C |
| Octal | 223 | 314 | 360 | 47 | 17 | 0 | 6 | 313 | 114 | 114 |
| Binary | 10010011 | 11001100 | 11110000 | 100111 | 1111 | 0 | 110 | 11001011 | 1001100 | 1001100 |
Color Harmonies of #93CCF0
Complementary color
Monochromatic Colors of #93CCF0
Black with #93CCF0
Text Example
Text Example
White with #93CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CCF0; }
p { color: rgb(147,204,240); }
H1.HeaderClassName
{
color: #93CCF0;
}
.AnyTagClassName
{
color: #93CCF0;
}
</style>
background-color css
<style>
a { background-color: #93CCF0; }
a { background-color: rgb(147,204,240); }
div.DivClassName
{
background-color: #93CCF0;
}
.BgClassName
{
background-color: #93CCF0;
}
</style>
border-color css
<style>
span { border-color: #93CCF0; }
span { border-color: rgb(147,204,240); }
td.TdClassName
{
border-color: #93CCF0;
}
.TagClassName
{
border-color: #93CCF0;
}
</style>