Shades of Cornflower #95C0DA
Tints of Cornflower #95C0DA
RGB
CMYK
RGB Variations
Color information
#95C0DA (or 0x95C0DA) is known color: Cornflower. HEX triplet: 95, C0 and DA. RGB value is (149,192,218). Sum of RGB (Red+Green+Blue) = 149+192+218=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #95C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0DA is #6A3F25. Grayscale: #B5B5B5. Windows color (decimal): -6962982 or 14336149. OLE color: 14336149.
HSL color Cylindrical-coordinate representation of color #95C0DA: hue angle of 202.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C0DA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 192 | 218 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.15 |
| HSL | 202.61º | 0.48% | 0.72% | - |
| HSV(B) | 202.61º | 0.32% | 0.85% | - |
| XYZ | 43.9 | 49.15 | 73.5 | - |
| YUV | 182.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 218 | 0.32 | 0.12 | 0 | 0.15 | 202.61 | 0.48 | 0.72 |
| Hex | 95 | C0 | DA | 20 | C | 0 | F | CB | 30 | 48 |
| Octal | 225 | 300 | 332 | 40 | 14 | 0 | 17 | 313 | 60 | 110 |
| Binary | 10010101 | 11000000 | 11011010 | 100000 | 1100 | 0 | 1111 | 11001011 | 110000 | 1001000 |
Color Harmonies of #95C0DA
Complementary color
Monochromatic Colors of #95C0DA
Black with #95C0DA
Text Example
Text Example
White with #95C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C0DA; }
p { color: rgb(149,192,218); }
H1.HeaderClassName
{
color: #95C0DA;
}
.AnyTagClassName
{
color: #95C0DA;
}
</style>
background-color css
<style>
a { background-color: #95C0DA; }
a { background-color: rgb(149,192,218); }
div.DivClassName
{
background-color: #95C0DA;
}
.BgClassName
{
background-color: #95C0DA;
}
</style>
border-color css
<style>
span { border-color: #95C0DA; }
span { border-color: rgb(149,192,218); }
td.TdClassName
{
border-color: #95C0DA;
}
.TagClassName
{
border-color: #95C0DA;
}
</style>