Shades of Cornflower #96CEED
Tints of Cornflower #96CEED
RGB
CMYK
RGB Variations
Color information
#96CEED (or 0x96CEED) is known color: Cornflower. HEX triplet: 96, CE and ED. RGB value is (150,206,237). Sum of RGB (Red+Green+Blue) = 150+206+237=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #96CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEED is #693112. Grayscale: #C0C0C0. Windows color (decimal): -6893843 or 15584918. OLE color: 15584918.
HSL color Cylindrical-coordinate representation of color #96CEED: hue angle of 201.38º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CEED is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 206 | 237 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.07 |
| HSL | 201.38º | 0.71% | 0.76% | - |
| HSV(B) | 201.38º | 0.37% | 0.93% | - |
| XYZ | 49.94 | 56.74 | 88.44 | - |
| YUV | 192.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 237 | 0.37 | 0.13 | 0 | 0.07 | 201.38 | 0.71 | 0.76 |
| Hex | 96 | CE | ED | 25 | D | 0 | 7 | C9 | 47 | 4C |
| Octal | 226 | 316 | 355 | 45 | 15 | 0 | 7 | 311 | 107 | 114 |
| Binary | 10010110 | 11001110 | 11101101 | 100101 | 1101 | 0 | 111 | 11001001 | 1000111 | 1001100 |
Color Harmonies of #96CEED
Complementary color
Monochromatic Colors of #96CEED
Black with #96CEED
Text Example
Text Example
White with #96CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEED; }
p { color: rgb(150,206,237); }
H1.HeaderClassName
{
color: #96CEED;
}
.AnyTagClassName
{
color: #96CEED;
}
</style>
background-color css
<style>
a { background-color: #96CEED; }
a { background-color: rgb(150,206,237); }
div.DivClassName
{
background-color: #96CEED;
}
.BgClassName
{
background-color: #96CEED;
}
</style>
border-color css
<style>
span { border-color: #96CEED; }
span { border-color: rgb(150,206,237); }
td.TdClassName
{
border-color: #96CEED;
}
.TagClassName
{
border-color: #96CEED;
}
</style>