Shades of Cornflower #96D2E6
Tints of Cornflower #96D2E6
RGB
CMYK
RGB Variations
Color information
#96D2E6 (or 0x96D2E6) is known color: Cornflower. HEX triplet: 96, D2 and E6. RGB value is (150,210,230). Sum of RGB (Red+Green+Blue) = 150+210+230=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #96D2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D2E6 is #692D19. Grayscale: #C2C2C2. Windows color (decimal): -6892826 or 15127190. OLE color: 15127190.
HSL color Cylindrical-coordinate representation of color #96D2E6: hue angle of 195º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96D2E6 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 210 | 230 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.10 |
| HSL | 195º | 0.62% | 0.75% | - |
| HSV(B) | 195º | 0.35% | 0.9% | - |
| XYZ | 49.91 | 58.29 | 83.48 | - |
| YUV | 194.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 230 | 0.35 | 0.09 | 0 | 0.10 | 195 | 0.62 | 0.75 |
| Hex | 96 | D2 | E6 | 23 | 9 | 0 | A | C3 | 3E | 4B |
| Octal | 226 | 322 | 346 | 43 | 11 | 0 | 12 | 303 | 76 | 113 |
| Binary | 10010110 | 11010010 | 11100110 | 100011 | 1001 | 0 | 1010 | 11000011 | 111110 | 1001011 |
Color Harmonies of #96D2E6
Complementary color
Monochromatic Colors of #96D2E6
Black with #96D2E6
Text Example
Text Example
White with #96D2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D2E6; }
p { color: rgb(150,210,230); }
H1.HeaderClassName
{
color: #96D2E6;
}
.AnyTagClassName
{
color: #96D2E6;
}
</style>
background-color css
<style>
a { background-color: #96D2E6; }
a { background-color: rgb(150,210,230); }
div.DivClassName
{
background-color: #96D2E6;
}
.BgClassName
{
background-color: #96D2E6;
}
</style>
border-color css
<style>
span { border-color: #96D2E6; }
span { border-color: rgb(150,210,230); }
td.TdClassName
{
border-color: #96D2E6;
}
.TagClassName
{
border-color: #96D2E6;
}
</style>