Shades of Cornflower #96CAEF
Tints of Cornflower #96CAEF
RGB
CMYK
RGB Variations
Color information
#96CAEF (or 0x96CAEF) is known color: Cornflower. HEX triplet: 96, CA and EF. RGB value is (150,202,239). Sum of RGB (Red+Green+Blue) = 150+202+239=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #96CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CAEF is #693510. Grayscale: #BEBEBE. Windows color (decimal): -6894865 or 15714966. OLE color: 15714966.
HSL color Cylindrical-coordinate representation of color #96CAEF: hue angle of 204.94º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CAEF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 202 | 239 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.06 |
| HSL | 204.94º | 0.74% | 0.76% | - |
| HSV(B) | 204.94º | 0.37% | 0.94% | - |
| XYZ | 49.28 | 54.96 | 89.67 | - |
| YUV | 190.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 239 | 0.37 | 0.15 | 0 | 0.06 | 204.94 | 0.74 | 0.76 |
| Hex | 96 | CA | EF | 25 | F | 0 | 6 | CD | 4A | 4C |
| Octal | 226 | 312 | 357 | 45 | 17 | 0 | 6 | 315 | 112 | 114 |
| Binary | 10010110 | 11001010 | 11101111 | 100101 | 1111 | 0 | 110 | 11001101 | 1001010 | 1001100 |
Color Harmonies of #96CAEF
Complementary color
Monochromatic Colors of #96CAEF
Black with #96CAEF
Text Example
Text Example
White with #96CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAEF; }
p { color: rgb(150,202,239); }
H1.HeaderClassName
{
color: #96CAEF;
}
.AnyTagClassName
{
color: #96CAEF;
}
</style>
background-color css
<style>
a { background-color: #96CAEF; }
a { background-color: rgb(150,202,239); }
div.DivClassName
{
background-color: #96CAEF;
}
.BgClassName
{
background-color: #96CAEF;
}
</style>
border-color css
<style>
span { border-color: #96CAEF; }
span { border-color: rgb(150,202,239); }
td.TdClassName
{
border-color: #96CAEF;
}
.TagClassName
{
border-color: #96CAEF;
}
</style>