Shades of Cornflower #95BDE6
Tints of Cornflower #95BDE6
RGB
CMYK
RGB Variations
Color information
#95BDE6 (or 0x95BDE6) is known color: Cornflower. HEX triplet: 95, BD and E6. RGB value is (149,189,230). Sum of RGB (Red+Green+Blue) = 149+189+230=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #95BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BDE6 is #6A4219. Grayscale: #B5B5B5. Windows color (decimal): -6963738 or 15121813. OLE color: 15121813.
HSL color Cylindrical-coordinate representation of color #95BDE6: hue angle of 210.37º degrees, saturation: 0.62, 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 #95BDE6 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 189 | 230 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.10 |
| HSL | 210.37º | 0.62% | 0.74% | - |
| HSV(B) | 210.37º | 0.35% | 0.9% | - |
| XYZ | 44.87 | 48.5 | 81.86 | - |
| YUV | 181.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 230 | 0.35 | 0.18 | 0 | 0.10 | 210.37 | 0.62 | 0.74 |
| Hex | 95 | BD | E6 | 23 | 12 | 0 | A | D2 | 3E | 4A |
| Octal | 225 | 275 | 346 | 43 | 22 | 0 | 12 | 322 | 76 | 112 |
| Binary | 10010101 | 10111101 | 11100110 | 100011 | 10010 | 0 | 1010 | 11010010 | 111110 | 1001010 |
Color Harmonies of #95BDE6
Complementary color
Monochromatic Colors of #95BDE6
Black with #95BDE6
Text Example
Text Example
White with #95BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDE6; }
p { color: rgb(149,189,230); }
H1.HeaderClassName
{
color: #95BDE6;
}
.AnyTagClassName
{
color: #95BDE6;
}
</style>
background-color css
<style>
a { background-color: #95BDE6; }
a { background-color: rgb(149,189,230); }
div.DivClassName
{
background-color: #95BDE6;
}
.BgClassName
{
background-color: #95BDE6;
}
</style>
border-color css
<style>
span { border-color: #95BDE6; }
span { border-color: rgb(149,189,230); }
td.TdClassName
{
border-color: #95BDE6;
}
.TagClassName
{
border-color: #95BDE6;
}
</style>