Shades of Cornflower #95BDE1
Tints of Cornflower #95BDE1
RGB
CMYK
RGB Variations
Color information
#95BDE1 (or 0x95BDE1) is known color: Cornflower. HEX triplet: 95, BD and E1. RGB value is (149,189,225). Sum of RGB (Red+Green+Blue) = 149+189+225=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #95BDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDE1 is #6A421E. Grayscale: #B4B4B4. Windows color (decimal): -6963743 or 14794133. OLE color: 14794133.
HSL color Cylindrical-coordinate representation of color #95BDE1: hue angle of 208.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95BDE1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 189 | 225 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.12 |
| HSL | 208.42º | 0.56% | 0.73% | - |
| HSV(B) | 208.42º | 0.34% | 0.88% | - |
| XYZ | 44.18 | 48.22 | 78.21 | - |
| YUV | 181.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 225 | 0.34 | 0.16 | 0 | 0.12 | 208.42 | 0.56 | 0.73 |
| Hex | 95 | BD | E1 | 22 | 10 | 0 | C | D0 | 38 | 49 |
| Octal | 225 | 275 | 341 | 42 | 20 | 0 | 14 | 320 | 70 | 111 |
| Binary | 10010101 | 10111101 | 11100001 | 100010 | 10000 | 0 | 1100 | 11010000 | 111000 | 1001001 |
Color Harmonies of #95BDE1
Complementary color
Monochromatic Colors of #95BDE1
Black with #95BDE1
Text Example
Text Example
White with #95BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDE1; }
p { color: rgb(149,189,225); }
H1.HeaderClassName
{
color: #95BDE1;
}
.AnyTagClassName
{
color: #95BDE1;
}
</style>
background-color css
<style>
a { background-color: #95BDE1; }
a { background-color: rgb(149,189,225); }
div.DivClassName
{
background-color: #95BDE1;
}
.BgClassName
{
background-color: #95BDE1;
}
</style>
border-color css
<style>
span { border-color: #95BDE1; }
span { border-color: rgb(149,189,225); }
td.TdClassName
{
border-color: #95BDE1;
}
.TagClassName
{
border-color: #95BDE1;
}
</style>