Shades of Cornflower #95BDE5
Tints of Cornflower #95BDE5
RGB
CMYK
RGB Variations
Color information
#95BDE5 (or 0x95BDE5) is known color: Cornflower. HEX triplet: 95, BD and E5. RGB value is (149,189,229). Sum of RGB (Red+Green+Blue) = 149+189+229=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #95BDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDE5 is #6A421A. Grayscale: #B5B5B5. Windows color (decimal): -6963739 or 15056277. OLE color: 15056277.
HSL color Cylindrical-coordinate representation of color #95BDE5: hue angle of 210º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95BDE5 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 189 | 229 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.10 |
| HSL | 210º | 0.61% | 0.74% | - |
| HSV(B) | 210º | 0.35% | 0.9% | - |
| XYZ | 44.73 | 48.44 | 81.12 | - |
| YUV | 181.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 229 | 0.35 | 0.17 | 0 | 0.10 | 210 | 0.61 | 0.74 |
| Hex | 95 | BD | E5 | 23 | 11 | 0 | A | D2 | 3D | 4A |
| Octal | 225 | 275 | 345 | 43 | 21 | 0 | 12 | 322 | 75 | 112 |
| Binary | 10010101 | 10111101 | 11100101 | 100011 | 10001 | 0 | 1010 | 11010010 | 111101 | 1001010 |
Color Harmonies of #95BDE5
Complementary color
Monochromatic Colors of #95BDE5
Black with #95BDE5
Text Example
Text Example
White with #95BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDE5; }
p { color: rgb(149,189,229); }
H1.HeaderClassName
{
color: #95BDE5;
}
.AnyTagClassName
{
color: #95BDE5;
}
</style>
background-color css
<style>
a { background-color: #95BDE5; }
a { background-color: rgb(149,189,229); }
div.DivClassName
{
background-color: #95BDE5;
}
.BgClassName
{
background-color: #95BDE5;
}
</style>
border-color css
<style>
span { border-color: #95BDE5; }
span { border-color: rgb(149,189,229); }
td.TdClassName
{
border-color: #95BDE5;
}
.TagClassName
{
border-color: #95BDE5;
}
</style>