Shades of Cornflower #95D3E8
Tints of Cornflower #95D3E8
RGB
CMYK
RGB Variations
Color information
#95D3E8 (or 0x95D3E8) is known color: Cornflower. HEX triplet: 95, D3 and E8. RGB value is (149,211,232). Sum of RGB (Red+Green+Blue) = 149+211+232=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #95D3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D3E8 is #6A2C17. Grayscale: #C2C2C2. Windows color (decimal): -6958104 or 15258517. OLE color: 15258517.
HSL color Cylindrical-coordinate representation of color #95D3E8: hue angle of 195.18º 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 #95D3E8 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 211 | 232 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.09 |
| HSL | 195.18º | 0.64% | 0.75% | - |
| HSV(B) | 195.18º | 0.36% | 0.91% | - |
| XYZ | 50.25 | 58.8 | 85.05 | - |
| YUV | 194.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 232 | 0.36 | 0.09 | 0 | 0.09 | 195.18 | 0.64 | 0.75 |
| Hex | 95 | D3 | E8 | 24 | 9 | 0 | 9 | C3 | 40 | 4B |
| Octal | 225 | 323 | 350 | 44 | 11 | 0 | 11 | 303 | 100 | 113 |
| Binary | 10010101 | 11010011 | 11101000 | 100100 | 1001 | 0 | 1001 | 11000011 | 1000000 | 1001011 |
Color Harmonies of #95D3E8
Complementary color
Monochromatic Colors of #95D3E8
Black with #95D3E8
Text Example
Text Example
White with #95D3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3E8; }
p { color: rgb(149,211,232); }
H1.HeaderClassName
{
color: #95D3E8;
}
.AnyTagClassName
{
color: #95D3E8;
}
</style>
background-color css
<style>
a { background-color: #95D3E8; }
a { background-color: rgb(149,211,232); }
div.DivClassName
{
background-color: #95D3E8;
}
.BgClassName
{
background-color: #95D3E8;
}
</style>
border-color css
<style>
span { border-color: #95D3E8; }
span { border-color: rgb(149,211,232); }
td.TdClassName
{
border-color: #95D3E8;
}
.TagClassName
{
border-color: #95D3E8;
}
</style>