Shades of Cornflower #95CAE9
Tints of Cornflower #95CAE9
RGB
CMYK
RGB Variations
Color information
#95CAE9 (or 0x95CAE9) is known color: Cornflower. HEX triplet: 95, CA and E9. RGB value is (149,202,233). Sum of RGB (Red+Green+Blue) = 149+202+233=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #95CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CAE9 is #6A3516. Grayscale: #BDBDBD. Windows color (decimal): -6960407 or 15321749. OLE color: 15321749.
HSL color Cylindrical-coordinate representation of color #95CAE9: hue angle of 202.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95CAE9 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 202 | 233 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.09 |
| HSL | 202.14º | 0.66% | 0.75% | - |
| HSV(B) | 202.14º | 0.36% | 0.91% | - |
| XYZ | 48.22 | 54.51 | 85.07 | - |
| YUV | 189.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 233 | 0.36 | 0.13 | 0 | 0.09 | 202.14 | 0.66 | 0.75 |
| Hex | 95 | CA | E9 | 24 | D | 0 | 9 | CA | 42 | 4B |
| Octal | 225 | 312 | 351 | 44 | 15 | 0 | 11 | 312 | 102 | 113 |
| Binary | 10010101 | 11001010 | 11101001 | 100100 | 1101 | 0 | 1001 | 11001010 | 1000010 | 1001011 |
Color Harmonies of #95CAE9
Complementary color
Monochromatic Colors of #95CAE9
Black with #95CAE9
Text Example
Text Example
White with #95CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CAE9; }
p { color: rgb(149,202,233); }
H1.HeaderClassName
{
color: #95CAE9;
}
.AnyTagClassName
{
color: #95CAE9;
}
</style>
background-color css
<style>
a { background-color: #95CAE9; }
a { background-color: rgb(149,202,233); }
div.DivClassName
{
background-color: #95CAE9;
}
.BgClassName
{
background-color: #95CAE9;
}
</style>
border-color css
<style>
span { border-color: #95CAE9; }
span { border-color: rgb(149,202,233); }
td.TdClassName
{
border-color: #95CAE9;
}
.TagClassName
{
border-color: #95CAE9;
}
</style>