Shades of Cornflower #95BCDB
Tints of Cornflower #95BCDB
RGB
CMYK
RGB Variations
Color information
#95BCDB (or 0x95BCDB) is known color: Cornflower. HEX triplet: 95, BC and DB. RGB value is (149,188,219). Sum of RGB (Red+Green+Blue) = 149+188+219=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #95BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCDB is #6A4324. Grayscale: #B3B3B3. Windows color (decimal): -6964005 or 14400661. OLE color: 14400661.
HSL color Cylindrical-coordinate representation of color #95BCDB: hue angle of 206.57º degrees, saturation: 0.49, 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 #95BCDB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 188 | 219 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.14 |
| HSL | 206.57º | 0.49% | 0.72% | - |
| HSV(B) | 206.57º | 0.32% | 0.86% | - |
| XYZ | 43.16 | 47.47 | 73.91 | - |
| YUV | 179.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 219 | 0.32 | 0.14 | 0 | 0.14 | 206.57 | 0.49 | 0.72 |
| Hex | 95 | BC | DB | 20 | E | 0 | E | CF | 31 | 48 |
| Octal | 225 | 274 | 333 | 40 | 16 | 0 | 16 | 317 | 61 | 110 |
| Binary | 10010101 | 10111100 | 11011011 | 100000 | 1110 | 0 | 1110 | 11001111 | 110001 | 1001000 |
Color Harmonies of #95BCDB
Complementary color
Monochromatic Colors of #95BCDB
Black with #95BCDB
Text Example
Text Example
White with #95BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCDB; }
p { color: rgb(149,188,219); }
H1.HeaderClassName
{
color: #95BCDB;
}
.AnyTagClassName
{
color: #95BCDB;
}
</style>
background-color css
<style>
a { background-color: #95BCDB; }
a { background-color: rgb(149,188,219); }
div.DivClassName
{
background-color: #95BCDB;
}
.BgClassName
{
background-color: #95BCDB;
}
</style>
border-color css
<style>
span { border-color: #95BCDB; }
span { border-color: rgb(149,188,219); }
td.TdClassName
{
border-color: #95BCDB;
}
.TagClassName
{
border-color: #95BCDB;
}
</style>