Shades of Cornflower #95CEE8
Tints of Cornflower #95CEE8
RGB
CMYK
RGB Variations
Color information
#95CEE8 (or 0x95CEE8) is known color: Cornflower. HEX triplet: 95, CE and E8. RGB value is (149,206,232). Sum of RGB (Red+Green+Blue) = 149+206+232=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #95CEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CEE8 is #6A3117. Grayscale: #BFBFBF. Windows color (decimal): -6959384 or 15257237. OLE color: 15257237.
HSL color Cylindrical-coordinate representation of color #95CEE8: hue angle of 198.8º degrees, saturation: 0.64, 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 #95CEE8 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 206 | 232 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.09 |
| HSL | 198.8º | 0.64% | 0.75% | - |
| HSV(B) | 198.8º | 0.36% | 0.91% | - |
| XYZ | 49.03 | 56.36 | 84.64 | - |
| YUV | 191.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 232 | 0.36 | 0.11 | 0 | 0.09 | 198.8 | 0.64 | 0.75 |
| Hex | 95 | CE | E8 | 24 | B | 0 | 9 | C7 | 40 | 4B |
| Octal | 225 | 316 | 350 | 44 | 13 | 0 | 11 | 307 | 100 | 113 |
| Binary | 10010101 | 11001110 | 11101000 | 100100 | 1011 | 0 | 1001 | 11000111 | 1000000 | 1001011 |
Color Harmonies of #95CEE8
Complementary color
Monochromatic Colors of #95CEE8
Black with #95CEE8
Text Example
Text Example
White with #95CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEE8; }
p { color: rgb(149,206,232); }
H1.HeaderClassName
{
color: #95CEE8;
}
.AnyTagClassName
{
color: #95CEE8;
}
</style>
background-color css
<style>
a { background-color: #95CEE8; }
a { background-color: rgb(149,206,232); }
div.DivClassName
{
background-color: #95CEE8;
}
.BgClassName
{
background-color: #95CEE8;
}
</style>
border-color css
<style>
span { border-color: #95CEE8; }
span { border-color: rgb(149,206,232); }
td.TdClassName
{
border-color: #95CEE8;
}
.TagClassName
{
border-color: #95CEE8;
}
</style>