Shades of Cornflower #96CCE2
Tints of Cornflower #96CCE2
RGB
CMYK
RGB Variations
Color information
#96CCE2 (or 0x96CCE2) is known color: Cornflower. HEX triplet: 96, CC and E2. RGB value is (150,204,226). Sum of RGB (Red+Green+Blue) = 150+204+226=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #96CCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCE2 is #69331D. Grayscale: #BEBEBE. Windows color (decimal): -6894366 or 14863510. OLE color: 14863510.
HSL color Cylindrical-coordinate representation of color #96CCE2: hue angle of 197.37º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96CCE2 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 204 | 226 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.11 |
| HSL | 197.37º | 0.57% | 0.74% | - |
| HSV(B) | 197.37º | 0.34% | 0.89% | - |
| XYZ | 47.9 | 55.16 | 80.07 | - |
| YUV | 190.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 226 | 0.34 | 0.10 | 0 | 0.11 | 197.37 | 0.57 | 0.74 |
| Hex | 96 | CC | E2 | 22 | A | 0 | B | C5 | 39 | 4A |
| Octal | 226 | 314 | 342 | 42 | 12 | 0 | 13 | 305 | 71 | 112 |
| Binary | 10010110 | 11001100 | 11100010 | 100010 | 1010 | 0 | 1011 | 11000101 | 111001 | 1001010 |
Color Harmonies of #96CCE2
Complementary color
Monochromatic Colors of #96CCE2
Black with #96CCE2
Text Example
Text Example
White with #96CCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CCE2; }
p { color: rgb(150,204,226); }
H1.HeaderClassName
{
color: #96CCE2;
}
.AnyTagClassName
{
color: #96CCE2;
}
</style>
background-color css
<style>
a { background-color: #96CCE2; }
a { background-color: rgb(150,204,226); }
div.DivClassName
{
background-color: #96CCE2;
}
.BgClassName
{
background-color: #96CCE2;
}
</style>
border-color css
<style>
span { border-color: #96CCE2; }
span { border-color: rgb(150,204,226); }
td.TdClassName
{
border-color: #96CCE2;
}
.TagClassName
{
border-color: #96CCE2;
}
</style>