Shades of Cornflower #95BFE1
Tints of Cornflower #95BFE1
RGB
CMYK
RGB Variations
Color information
#95BFE1 (or 0x95BFE1) is known color: Cornflower. HEX triplet: 95, BF and E1. RGB value is (149,191,225). Sum of RGB (Red+Green+Blue) = 149+191+225=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #95BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFE1 is #6A401E. Grayscale: #B6B6B6. Windows color (decimal): -6963231 or 14794645. OLE color: 14794645.
HSL color Cylindrical-coordinate representation of color #95BFE1: hue angle of 206.84º 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 #95BFE1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 191 | 225 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.12 |
| HSL | 206.84º | 0.56% | 0.73% | - |
| HSV(B) | 206.84º | 0.34% | 0.88% | - |
| XYZ | 44.62 | 49.09 | 78.36 | - |
| YUV | 182.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 225 | 0.34 | 0.15 | 0 | 0.12 | 206.84 | 0.56 | 0.73 |
| Hex | 95 | BF | E1 | 22 | F | 0 | C | CF | 38 | 49 |
| Octal | 225 | 277 | 341 | 42 | 17 | 0 | 14 | 317 | 70 | 111 |
| Binary | 10010101 | 10111111 | 11100001 | 100010 | 1111 | 0 | 1100 | 11001111 | 111000 | 1001001 |
Color Harmonies of #95BFE1
Complementary color
Monochromatic Colors of #95BFE1
Black with #95BFE1
Text Example
Text Example
White with #95BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFE1; }
p { color: rgb(149,191,225); }
H1.HeaderClassName
{
color: #95BFE1;
}
.AnyTagClassName
{
color: #95BFE1;
}
</style>
background-color css
<style>
a { background-color: #95BFE1; }
a { background-color: rgb(149,191,225); }
div.DivClassName
{
background-color: #95BFE1;
}
.BgClassName
{
background-color: #95BFE1;
}
</style>
border-color css
<style>
span { border-color: #95BFE1; }
span { border-color: rgb(149,191,225); }
td.TdClassName
{
border-color: #95BFE1;
}
.TagClassName
{
border-color: #95BFE1;
}
</style>