Shades of Cornflower #95C5EC
Tints of Cornflower #95C5EC
RGB
CMYK
RGB Variations
Color information
#95C5EC (or 0x95C5EC) is known color: Cornflower. HEX triplet: 95, C5 and EC. RGB value is (149,197,236). Sum of RGB (Red+Green+Blue) = 149+197+236=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #95C5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C5EC is #6A3A13. Grayscale: #BABABA. Windows color (decimal): -6961684 or 15517077. OLE color: 15517077.
HSL color Cylindrical-coordinate representation of color #95C5EC: hue angle of 206.9º 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 #95C5EC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 197 | 236 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.07 |
| HSL | 206.9º | 0.7% | 0.75% | - |
| HSV(B) | 206.9º | 0.37% | 0.93% | - |
| XYZ | 47.5 | 52.38 | 86.96 | - |
| YUV | 187.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 236 | 0.37 | 0.17 | 0 | 0.07 | 206.9 | 0.7 | 0.75 |
| Hex | 95 | C5 | EC | 25 | 11 | 0 | 7 | CF | 46 | 4B |
| Octal | 225 | 305 | 354 | 45 | 21 | 0 | 7 | 317 | 106 | 113 |
| Binary | 10010101 | 11000101 | 11101100 | 100101 | 10001 | 0 | 111 | 11001111 | 1000110 | 1001011 |
Color Harmonies of #95C5EC
Complementary color
Monochromatic Colors of #95C5EC
Black with #95C5EC
Text Example
Text Example
White with #95C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5EC; }
p { color: rgb(149,197,236); }
H1.HeaderClassName
{
color: #95C5EC;
}
.AnyTagClassName
{
color: #95C5EC;
}
</style>
background-color css
<style>
a { background-color: #95C5EC; }
a { background-color: rgb(149,197,236); }
div.DivClassName
{
background-color: #95C5EC;
}
.BgClassName
{
background-color: #95C5EC;
}
</style>
border-color css
<style>
span { border-color: #95C5EC; }
span { border-color: rgb(149,197,236); }
td.TdClassName
{
border-color: #95C5EC;
}
.TagClassName
{
border-color: #95C5EC;
}
</style>