Shades of Cornflower #95BCE1
Tints of Cornflower #95BCE1
RGB
CMYK
RGB Variations
Color information
#95BCE1 (or 0x95BCE1) is known color: Cornflower. HEX triplet: 95, BC and E1. RGB value is (149,188,225). Sum of RGB (Red+Green+Blue) = 149+188+225=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #95BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCE1 is #6A431E. Grayscale: #B4B4B4. Windows color (decimal): -6963999 or 14793877. OLE color: 14793877.
HSL color Cylindrical-coordinate representation of color #95BCE1: hue angle of 209.21º 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 #95BCE1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 188 | 225 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.12 |
| HSL | 209.21º | 0.56% | 0.73% | - |
| HSV(B) | 209.21º | 0.34% | 0.88% | - |
| XYZ | 43.97 | 47.79 | 78.14 | - |
| YUV | 180.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 225 | 0.34 | 0.16 | 0 | 0.12 | 209.21 | 0.56 | 0.73 |
| Hex | 95 | BC | E1 | 22 | 10 | 0 | C | D1 | 38 | 49 |
| Octal | 225 | 274 | 341 | 42 | 20 | 0 | 14 | 321 | 70 | 111 |
| Binary | 10010101 | 10111100 | 11100001 | 100010 | 10000 | 0 | 1100 | 11010001 | 111000 | 1001001 |
Color Harmonies of #95BCE1
Complementary color
Monochromatic Colors of #95BCE1
Black with #95BCE1
Text Example
Text Example
White with #95BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCE1; }
p { color: rgb(149,188,225); }
H1.HeaderClassName
{
color: #95BCE1;
}
.AnyTagClassName
{
color: #95BCE1;
}
</style>
background-color css
<style>
a { background-color: #95BCE1; }
a { background-color: rgb(149,188,225); }
div.DivClassName
{
background-color: #95BCE1;
}
.BgClassName
{
background-color: #95BCE1;
}
</style>
border-color css
<style>
span { border-color: #95BCE1; }
span { border-color: rgb(149,188,225); }
td.TdClassName
{
border-color: #95BCE1;
}
.TagClassName
{
border-color: #95BCE1;
}
</style>