Shades of Cornflower #95BDE0
Tints of Cornflower #95BDE0
RGB
CMYK
RGB Variations
Color information
#95BDE0 (or 0x95BDE0) is known color: Cornflower. HEX triplet: 95, BD and E0. RGB value is (149,189,224). Sum of RGB (Red+Green+Blue) = 149+189+224=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #95BDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDE0 is #6A421F. Grayscale: #B4B4B4. Windows color (decimal): -6963744 or 14728597. OLE color: 14728597.
HSL color Cylindrical-coordinate representation of color #95BDE0: hue angle of 208º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95BDE0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 189 | 224 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.12 |
| HSL | 208º | 0.55% | 0.73% | - |
| HSV(B) | 208º | 0.33% | 0.88% | - |
| XYZ | 44.05 | 48.17 | 77.5 | - |
| YUV | 181.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 224 | 0.33 | 0.16 | 0 | 0.12 | 208 | 0.55 | 0.73 |
| Hex | 95 | BD | E0 | 21 | 10 | 0 | C | D0 | 37 | 49 |
| Octal | 225 | 275 | 340 | 41 | 20 | 0 | 14 | 320 | 67 | 111 |
| Binary | 10010101 | 10111101 | 11100000 | 100001 | 10000 | 0 | 1100 | 11010000 | 110111 | 1001001 |
Color Harmonies of #95BDE0
Complementary color
Monochromatic Colors of #95BDE0
Black with #95BDE0
Text Example
Text Example
White with #95BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDE0; }
p { color: rgb(149,189,224); }
H1.HeaderClassName
{
color: #95BDE0;
}
.AnyTagClassName
{
color: #95BDE0;
}
</style>
background-color css
<style>
a { background-color: #95BDE0; }
a { background-color: rgb(149,189,224); }
div.DivClassName
{
background-color: #95BDE0;
}
.BgClassName
{
background-color: #95BDE0;
}
</style>
border-color css
<style>
span { border-color: #95BDE0; }
span { border-color: rgb(149,189,224); }
td.TdClassName
{
border-color: #95BDE0;
}
.TagClassName
{
border-color: #95BDE0;
}
</style>