Shades of Cornflower #95BCDC
Tints of Cornflower #95BCDC
RGB
CMYK
RGB Variations
Color information
#95BCDC (or 0x95BCDC) is known color: Cornflower. HEX triplet: 95, BC and DC. RGB value is (149,188,220). Sum of RGB (Red+Green+Blue) = 149+188+220=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #95BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCDC is #6A4323. Grayscale: #B3B3B3. Windows color (decimal): -6964004 or 14466197. OLE color: 14466197.
HSL color Cylindrical-coordinate representation of color #95BCDC: hue angle of 207.04º 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 #95BCDC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 188 | 220 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.14 |
| HSL | 207.04º | 0.5% | 0.72% | - |
| HSV(B) | 207.04º | 0.32% | 0.86% | - |
| XYZ | 43.3 | 47.52 | 74.6 | - |
| YUV | 179.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 220 | 0.32 | 0.15 | 0 | 0.14 | 207.04 | 0.5 | 0.72 |
| Hex | 95 | BC | DC | 20 | F | 0 | E | CF | 32 | 48 |
| Octal | 225 | 274 | 334 | 40 | 17 | 0 | 16 | 317 | 62 | 110 |
| Binary | 10010101 | 10111100 | 11011100 | 100000 | 1111 | 0 | 1110 | 11001111 | 110010 | 1001000 |
Color Harmonies of #95BCDC
Complementary color
Monochromatic Colors of #95BCDC
Black with #95BCDC
Text Example
Text Example
White with #95BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCDC; }
p { color: rgb(149,188,220); }
H1.HeaderClassName
{
color: #95BCDC;
}
.AnyTagClassName
{
color: #95BCDC;
}
</style>
background-color css
<style>
a { background-color: #95BCDC; }
a { background-color: rgb(149,188,220); }
div.DivClassName
{
background-color: #95BCDC;
}
.BgClassName
{
background-color: #95BCDC;
}
</style>
border-color css
<style>
span { border-color: #95BCDC; }
span { border-color: rgb(149,188,220); }
td.TdClassName
{
border-color: #95BCDC;
}
.TagClassName
{
border-color: #95BCDC;
}
</style>