Shades of Cornflower #96CDE1
Tints of Cornflower #96CDE1
RGB
CMYK
RGB Variations
Color information
#96CDE1 (or 0x96CDE1) is known color: Cornflower. HEX triplet: 96, CD and E1. RGB value is (150,205,225). Sum of RGB (Red+Green+Blue) = 150+205+225=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #96CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDE1 is #69321E. Grayscale: #BEBEBE. Windows color (decimal): -6894111 or 14798230. OLE color: 14798230.
HSL color Cylindrical-coordinate representation of color #96CDE1: hue angle of 196º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CDE1 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 205 | 225 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.12 |
| HSL | 196º | 0.56% | 0.74% | - |
| HSV(B) | 196º | 0.33% | 0.88% | - |
| XYZ | 48 | 55.58 | 79.43 | - |
| YUV | 190.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 225 | 0.33 | 0.09 | 0 | 0.12 | 196 | 0.56 | 0.74 |
| Hex | 96 | CD | E1 | 21 | 9 | 0 | C | C4 | 38 | 4A |
| Octal | 226 | 315 | 341 | 41 | 11 | 0 | 14 | 304 | 70 | 112 |
| Binary | 10010110 | 11001101 | 11100001 | 100001 | 1001 | 0 | 1100 | 11000100 | 111000 | 1001010 |
Color Harmonies of #96CDE1
Complementary color
Monochromatic Colors of #96CDE1
Black with #96CDE1
Text Example
Text Example
White with #96CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDE1; }
p { color: rgb(150,205,225); }
H1.HeaderClassName
{
color: #96CDE1;
}
.AnyTagClassName
{
color: #96CDE1;
}
</style>
background-color css
<style>
a { background-color: #96CDE1; }
a { background-color: rgb(150,205,225); }
div.DivClassName
{
background-color: #96CDE1;
}
.BgClassName
{
background-color: #96CDE1;
}
</style>
border-color css
<style>
span { border-color: #96CDE1; }
span { border-color: rgb(150,205,225); }
td.TdClassName
{
border-color: #96CDE1;
}
.TagClassName
{
border-color: #96CDE1;
}
</style>