Shades of Cornflower #90CCE7
Tints of Cornflower #90CCE7
RGB
CMYK
RGB Variations
Color information
#90CCE7 (or 0x90CCE7) is known color: Cornflower. HEX triplet: 90, CC and E7. RGB value is (144,204,231). Sum of RGB (Red+Green+Blue) = 144+204+231=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #90CCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CCE7 is #6F3318. Grayscale: #BCBCBC. Windows color (decimal): -7287577 or 15191184. OLE color: 15191184.
HSL color Cylindrical-coordinate representation of color #90CCE7: hue angle of 198.62º degrees, saturation: 0.64, 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 #90CCE7 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 204 | 231 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.09 |
| HSL | 198.62º | 0.64% | 0.74% | - |
| HSV(B) | 198.62º | 0.38% | 0.91% | - |
| XYZ | 47.52 | 54.88 | 83.69 | - |
| YUV | 189.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 231 | 0.38 | 0.12 | 0 | 0.09 | 198.62 | 0.64 | 0.74 |
| Hex | 90 | CC | E7 | 26 | C | 0 | 9 | C7 | 40 | 4A |
| Octal | 220 | 314 | 347 | 46 | 14 | 0 | 11 | 307 | 100 | 112 |
| Binary | 10010000 | 11001100 | 11100111 | 100110 | 1100 | 0 | 1001 | 11000111 | 1000000 | 1001010 |
Color Harmonies of #90CCE7
Complementary color
Monochromatic Colors of #90CCE7
Black with #90CCE7
Text Example
Text Example
White with #90CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCE7; }
p { color: rgb(144,204,231); }
H1.HeaderClassName
{
color: #90CCE7;
}
.AnyTagClassName
{
color: #90CCE7;
}
</style>
background-color css
<style>
a { background-color: #90CCE7; }
a { background-color: rgb(144,204,231); }
div.DivClassName
{
background-color: #90CCE7;
}
.BgClassName
{
background-color: #90CCE7;
}
</style>
border-color css
<style>
span { border-color: #90CCE7; }
span { border-color: rgb(144,204,231); }
td.TdClassName
{
border-color: #90CCE7;
}
.TagClassName
{
border-color: #90CCE7;
}
</style>