Shades of Cornflower #95D1EF
Tints of Cornflower #95D1EF
RGB
CMYK
RGB Variations
Color information
#95D1EF (or 0x95D1EF) is known color: Cornflower. HEX triplet: 95, D1 and EF. RGB value is (149,209,239). Sum of RGB (Red+Green+Blue) = 149+209+239=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #95D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D1EF is #6A2E10. Grayscale: #C2C2C2. Windows color (decimal): -6958609 or 15716757. OLE color: 15716757.
HSL color Cylindrical-coordinate representation of color #95D1EF: hue angle of 200º 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 #95D1EF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 209 | 239 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.06 |
| HSL | 200º | 0.74% | 0.76% | - |
| HSV(B) | 200º | 0.38% | 0.94% | - |
| XYZ | 50.77 | 58.22 | 90.22 | - |
| YUV | 194.48 | 153.12 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 209 | 239 | 0.38 | 0.13 | 0 | 0.06 | 200 | 0.74 | 0.76 |
| Hex | 95 | D1 | EF | 26 | D | 0 | 6 | C8 | 4A | 4C |
| Octal | 225 | 321 | 357 | 46 | 15 | 0 | 6 | 310 | 112 | 114 |
| Binary | 10010101 | 11010001 | 11101111 | 100110 | 1101 | 0 | 110 | 11001000 | 1001010 | 1001100 |
Color Harmonies of #95D1EF
Complementary color
Monochromatic Colors of #95D1EF
Black with #95D1EF
Text Example
Text Example
White with #95D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D1EF; }
p { color: rgb(149,209,239); }
H1.HeaderClassName
{
color: #95D1EF;
}
.AnyTagClassName
{
color: #95D1EF;
}
</style>
background-color css
<style>
a { background-color: #95D1EF; }
a { background-color: rgb(149,209,239); }
div.DivClassName
{
background-color: #95D1EF;
}
.BgClassName
{
background-color: #95D1EF;
}
</style>
border-color css
<style>
span { border-color: #95D1EF; }
span { border-color: rgb(149,209,239); }
td.TdClassName
{
border-color: #95D1EF;
}
.TagClassName
{
border-color: #95D1EF;
}
</style>