Shades of Cornflower #95D3EC
Tints of Cornflower #95D3EC
RGB
CMYK
RGB Variations
Color information
#95D3EC (or 0x95D3EC) is known color: Cornflower. HEX triplet: 95, D3 and EC. RGB value is (149,211,236). Sum of RGB (Red+Green+Blue) = 149+211+236=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #95D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D3EC is #6A2C13. Grayscale: #C3C3C3. Windows color (decimal): -6958100 or 15520661. OLE color: 15520661.
HSL color Cylindrical-coordinate representation of color #95D3EC: hue angle of 197.24º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95D3EC is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 211 | 236 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.07 |
| HSL | 197.24º | 0.7% | 0.75% | - |
| HSV(B) | 197.24º | 0.37% | 0.93% | - |
| XYZ | 50.83 | 59.03 | 88.07 | - |
| YUV | 195.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 236 | 0.37 | 0.11 | 0 | 0.07 | 197.24 | 0.7 | 0.75 |
| Hex | 95 | D3 | EC | 25 | B | 0 | 7 | C5 | 46 | 4B |
| Octal | 225 | 323 | 354 | 45 | 13 | 0 | 7 | 305 | 106 | 113 |
| Binary | 10010101 | 11010011 | 11101100 | 100101 | 1011 | 0 | 111 | 11000101 | 1000110 | 1001011 |
Color Harmonies of #95D3EC
Complementary color
Monochromatic Colors of #95D3EC
Black with #95D3EC
Text Example
Text Example
White with #95D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3EC; }
p { color: rgb(149,211,236); }
H1.HeaderClassName
{
color: #95D3EC;
}
.AnyTagClassName
{
color: #95D3EC;
}
</style>
background-color css
<style>
a { background-color: #95D3EC; }
a { background-color: rgb(149,211,236); }
div.DivClassName
{
background-color: #95D3EC;
}
.BgClassName
{
background-color: #95D3EC;
}
</style>
border-color css
<style>
span { border-color: #95D3EC; }
span { border-color: rgb(149,211,236); }
td.TdClassName
{
border-color: #95D3EC;
}
.TagClassName
{
border-color: #95D3EC;
}
</style>