Shades of Cornflower #95D0EF
Tints of Cornflower #95D0EF
RGB
CMYK
RGB Variations
Color information
#95D0EF (or 0x95D0EF) is known color: Cornflower. HEX triplet: 95, D0 and EF. RGB value is (149,208,239). Sum of RGB (Red+Green+Blue) = 149+208+239=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #95D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D0EF is #6A2F10. Grayscale: #C1C1C1. Windows color (decimal): -6958865 or 15716501. OLE color: 15716501.
HSL color Cylindrical-coordinate representation of color #95D0EF: hue angle of 200.67º 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 #95D0EF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 208 | 239 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.06 |
| HSL | 200.67º | 0.74% | 0.76% | - |
| HSV(B) | 200.67º | 0.38% | 0.94% | - |
| XYZ | 50.53 | 57.73 | 90.14 | - |
| YUV | 193.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 239 | 0.38 | 0.13 | 0 | 0.06 | 200.67 | 0.74 | 0.76 |
| Hex | 95 | D0 | EF | 26 | D | 0 | 6 | C9 | 4A | 4C |
| Octal | 225 | 320 | 357 | 46 | 15 | 0 | 6 | 311 | 112 | 114 |
| Binary | 10010101 | 11010000 | 11101111 | 100110 | 1101 | 0 | 110 | 11001001 | 1001010 | 1001100 |
Color Harmonies of #95D0EF
Complementary color
Monochromatic Colors of #95D0EF
Black with #95D0EF
Text Example
Text Example
White with #95D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D0EF; }
p { color: rgb(149,208,239); }
H1.HeaderClassName
{
color: #95D0EF;
}
.AnyTagClassName
{
color: #95D0EF;
}
</style>
background-color css
<style>
a { background-color: #95D0EF; }
a { background-color: rgb(149,208,239); }
div.DivClassName
{
background-color: #95D0EF;
}
.BgClassName
{
background-color: #95D0EF;
}
</style>
border-color css
<style>
span { border-color: #95D0EF; }
span { border-color: rgb(149,208,239); }
td.TdClassName
{
border-color: #95D0EF;
}
.TagClassName
{
border-color: #95D0EF;
}
</style>