Shades of Cornflower #96BEE5
Tints of Cornflower #96BEE5
RGB
CMYK
RGB Variations
Color information
#96BEE5 (or 0x96BEE5) is known color: Cornflower. HEX triplet: 96, BE and E5. RGB value is (150,190,229). Sum of RGB (Red+Green+Blue) = 150+190+229=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #96BEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEE5 is #69411A. Grayscale: #B6B6B6. Windows color (decimal): -6897947 or 15056534. OLE color: 15056534.
HSL color Cylindrical-coordinate representation of color #96BEE5: hue angle of 209.62º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96BEE5 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 190 | 229 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.10 |
| HSL | 209.62º | 0.6% | 0.74% | - |
| HSV(B) | 209.62º | 0.34% | 0.9% | - |
| XYZ | 45.13 | 48.97 | 81.2 | - |
| YUV | 182.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 229 | 0.34 | 0.17 | 0 | 0.10 | 209.62 | 0.6 | 0.74 |
| Hex | 96 | BE | E5 | 22 | 11 | 0 | A | D2 | 3C | 4A |
| Octal | 226 | 276 | 345 | 42 | 21 | 0 | 12 | 322 | 74 | 112 |
| Binary | 10010110 | 10111110 | 11100101 | 100010 | 10001 | 0 | 1010 | 11010010 | 111100 | 1001010 |
Color Harmonies of #96BEE5
Complementary color
Monochromatic Colors of #96BEE5
Black with #96BEE5
Text Example
Text Example
White with #96BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEE5; }
p { color: rgb(150,190,229); }
H1.HeaderClassName
{
color: #96BEE5;
}
.AnyTagClassName
{
color: #96BEE5;
}
</style>
background-color css
<style>
a { background-color: #96BEE5; }
a { background-color: rgb(150,190,229); }
div.DivClassName
{
background-color: #96BEE5;
}
.BgClassName
{
background-color: #96BEE5;
}
</style>
border-color css
<style>
span { border-color: #96BEE5; }
span { border-color: rgb(150,190,229); }
td.TdClassName
{
border-color: #96BEE5;
}
.TagClassName
{
border-color: #96BEE5;
}
</style>