Shades of Cornflower #95C5DC
Tints of Cornflower #95C5DC
RGB
CMYK
RGB Variations
Color information
#95C5DC (or 0x95C5DC) is known color: Cornflower. HEX triplet: 95, C5 and DC. RGB value is (149,197,220). Sum of RGB (Red+Green+Blue) = 149+197+220=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #95C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C5DC is #6A3A23. Grayscale: #B9B9B9. Windows color (decimal): -6961700 or 14468501. OLE color: 14468501.
HSL color Cylindrical-coordinate representation of color #95C5DC: hue angle of 199.44º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C5DC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 197 | 220 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.14 |
| HSL | 199.44º | 0.5% | 0.72% | - |
| HSV(B) | 199.44º | 0.32% | 0.86% | - |
| XYZ | 45.28 | 51.49 | 75.26 | - |
| YUV | 185.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 220 | 0.32 | 0.10 | 0 | 0.14 | 199.44 | 0.5 | 0.72 |
| Hex | 95 | C5 | DC | 20 | A | 0 | E | C7 | 32 | 48 |
| Octal | 225 | 305 | 334 | 40 | 12 | 0 | 16 | 307 | 62 | 110 |
| Binary | 10010101 | 11000101 | 11011100 | 100000 | 1010 | 0 | 1110 | 11000111 | 110010 | 1001000 |
Color Harmonies of #95C5DC
Complementary color
Monochromatic Colors of #95C5DC
Black with #95C5DC
Text Example
Text Example
White with #95C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5DC; }
p { color: rgb(149,197,220); }
H1.HeaderClassName
{
color: #95C5DC;
}
.AnyTagClassName
{
color: #95C5DC;
}
</style>
background-color css
<style>
a { background-color: #95C5DC; }
a { background-color: rgb(149,197,220); }
div.DivClassName
{
background-color: #95C5DC;
}
.BgClassName
{
background-color: #95C5DC;
}
</style>
border-color css
<style>
span { border-color: #95C5DC; }
span { border-color: rgb(149,197,220); }
td.TdClassName
{
border-color: #95C5DC;
}
.TagClassName
{
border-color: #95C5DC;
}
</style>