Shades of Cornflower #95C2EF
Tints of Cornflower #95C2EF
RGB
CMYK
RGB Variations
Color information
#95C2EF (or 0x95C2EF) is known color: Cornflower. HEX triplet: 95, C2 and EF. RGB value is (149,194,239). Sum of RGB (Red+Green+Blue) = 149+194+239=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #95C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C2EF is #6A3D10. Grayscale: #B9B9B9. Windows color (decimal): -6962449 or 15712917. OLE color: 15712917.
HSL color Cylindrical-coordinate representation of color #95C2EF: hue angle of 210º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95C2EF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 194 | 239 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.06 |
| HSL | 210º | 0.74% | 0.76% | - |
| HSV(B) | 210º | 0.38% | 0.94% | - |
| XYZ | 47.27 | 51.21 | 89.05 | - |
| YUV | 185.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 239 | 0.38 | 0.19 | 0 | 0.06 | 210 | 0.74 | 0.76 |
| Hex | 95 | C2 | EF | 26 | 13 | 0 | 6 | D2 | 4A | 4C |
| Octal | 225 | 302 | 357 | 46 | 23 | 0 | 6 | 322 | 112 | 114 |
| Binary | 10010101 | 11000010 | 11101111 | 100110 | 10011 | 0 | 110 | 11010010 | 1001010 | 1001100 |
Color Harmonies of #95C2EF
Complementary color
Monochromatic Colors of #95C2EF
Black with #95C2EF
Text Example
Text Example
White with #95C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2EF; }
p { color: rgb(149,194,239); }
H1.HeaderClassName
{
color: #95C2EF;
}
.AnyTagClassName
{
color: #95C2EF;
}
</style>
background-color css
<style>
a { background-color: #95C2EF; }
a { background-color: rgb(149,194,239); }
div.DivClassName
{
background-color: #95C2EF;
}
.BgClassName
{
background-color: #95C2EF;
}
</style>
border-color css
<style>
span { border-color: #95C2EF; }
span { border-color: rgb(149,194,239); }
td.TdClassName
{
border-color: #95C2EF;
}
.TagClassName
{
border-color: #95C2EF;
}
</style>