Shades of Cornflower #90CCE8
Tints of Cornflower #90CCE8
RGB
CMYK
RGB Variations
Color information
#90CCE8 (or 0x90CCE8) is known color: Cornflower. HEX triplet: 90, CC and E8. RGB value is (144,204,232). Sum of RGB (Red+Green+Blue) = 144+204+232=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #90CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CCE8 is #6F3317. Grayscale: #BDBDBD. Windows color (decimal): -7287576 or 15256720. OLE color: 15256720.
HSL color Cylindrical-coordinate representation of color #90CCE8: hue angle of 199.09º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90CCE8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 204 | 232 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.09 |
| HSL | 199.09º | 0.66% | 0.74% | - |
| HSV(B) | 199.09º | 0.38% | 0.91% | - |
| XYZ | 47.66 | 54.94 | 84.44 | - |
| YUV | 189.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 232 | 0.38 | 0.12 | 0 | 0.09 | 199.09 | 0.66 | 0.74 |
| Hex | 90 | CC | E8 | 26 | C | 0 | 9 | C7 | 42 | 4A |
| Octal | 220 | 314 | 350 | 46 | 14 | 0 | 11 | 307 | 102 | 112 |
| Binary | 10010000 | 11001100 | 11101000 | 100110 | 1100 | 0 | 1001 | 11000111 | 1000010 | 1001010 |
Color Harmonies of #90CCE8
Complementary color
Monochromatic Colors of #90CCE8
Black with #90CCE8
Text Example
Text Example
White with #90CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCE8; }
p { color: rgb(144,204,232); }
H1.HeaderClassName
{
color: #90CCE8;
}
.AnyTagClassName
{
color: #90CCE8;
}
</style>
background-color css
<style>
a { background-color: #90CCE8; }
a { background-color: rgb(144,204,232); }
div.DivClassName
{
background-color: #90CCE8;
}
.BgClassName
{
background-color: #90CCE8;
}
</style>
border-color css
<style>
span { border-color: #90CCE8; }
span { border-color: rgb(144,204,232); }
td.TdClassName
{
border-color: #90CCE8;
}
.TagClassName
{
border-color: #90CCE8;
}
</style>