Shades of Cornflower #95CBE2
Tints of Cornflower #95CBE2
RGB
CMYK
RGB Variations
Color information
#95CBE2 (or 0x95CBE2) is known color: Cornflower. HEX triplet: 95, CB and E2. RGB value is (149,203,226). Sum of RGB (Red+Green+Blue) = 149+203+226=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #95CBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBE2 is #6A341D. Grayscale: #BDBDBD. Windows color (decimal): -6960158 or 14863253. OLE color: 14863253.
HSL color Cylindrical-coordinate representation of color #95CBE2: hue angle of 197.92º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95CBE2 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 203 | 226 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.11 |
| HSL | 197.92º | 0.57% | 0.74% | - |
| HSV(B) | 197.92º | 0.34% | 0.89% | - |
| XYZ | 47.48 | 54.59 | 79.99 | - |
| YUV | 189.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 203 | 226 | 0.34 | 0.10 | 0 | 0.11 | 197.92 | 0.57 | 0.74 |
| Hex | 95 | CB | E2 | 22 | A | 0 | B | C6 | 39 | 4A |
| Octal | 225 | 313 | 342 | 42 | 12 | 0 | 13 | 306 | 71 | 112 |
| Binary | 10010101 | 11001011 | 11100010 | 100010 | 1010 | 0 | 1011 | 11000110 | 111001 | 1001010 |
Color Harmonies of #95CBE2
Complementary color
Monochromatic Colors of #95CBE2
Black with #95CBE2
Text Example
Text Example
White with #95CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CBE2; }
p { color: rgb(149,203,226); }
H1.HeaderClassName
{
color: #95CBE2;
}
.AnyTagClassName
{
color: #95CBE2;
}
</style>
background-color css
<style>
a { background-color: #95CBE2; }
a { background-color: rgb(149,203,226); }
div.DivClassName
{
background-color: #95CBE2;
}
.BgClassName
{
background-color: #95CBE2;
}
</style>
border-color css
<style>
span { border-color: #95CBE2; }
span { border-color: rgb(149,203,226); }
td.TdClassName
{
border-color: #95CBE2;
}
.TagClassName
{
border-color: #95CBE2;
}
</style>