Shades of Cornflower #95C1E1
Tints of Cornflower #95C1E1
RGB
CMYK
RGB Variations
Color information
#95C1E1 (or 0x95C1E1) is known color: Cornflower. HEX triplet: 95, C1 and E1. RGB value is (149,193,225). Sum of RGB (Red+Green+Blue) = 149+193+225=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #95C1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1E1 is #6A3E1E. Grayscale: #B7B7B7. Windows color (decimal): -6962719 or 14795157. OLE color: 14795157.
HSL color Cylindrical-coordinate representation of color #95C1E1: hue angle of 205.26º 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 #95C1E1 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 193 | 225 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.12 |
| HSL | 205.26º | 0.56% | 0.73% | - |
| HSV(B) | 205.26º | 0.34% | 0.88% | - |
| XYZ | 45.06 | 49.97 | 78.5 | - |
| YUV | 183.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 225 | 0.34 | 0.14 | 0 | 0.12 | 205.26 | 0.56 | 0.73 |
| Hex | 95 | C1 | E1 | 22 | E | 0 | C | CD | 38 | 49 |
| Octal | 225 | 301 | 341 | 42 | 16 | 0 | 14 | 315 | 70 | 111 |
| Binary | 10010101 | 11000001 | 11100001 | 100010 | 1110 | 0 | 1100 | 11001101 | 111000 | 1001001 |
Color Harmonies of #95C1E1
Complementary color
Monochromatic Colors of #95C1E1
Black with #95C1E1
Text Example
Text Example
White with #95C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1E1; }
p { color: rgb(149,193,225); }
H1.HeaderClassName
{
color: #95C1E1;
}
.AnyTagClassName
{
color: #95C1E1;
}
</style>
background-color css
<style>
a { background-color: #95C1E1; }
a { background-color: rgb(149,193,225); }
div.DivClassName
{
background-color: #95C1E1;
}
.BgClassName
{
background-color: #95C1E1;
}
</style>
border-color css
<style>
span { border-color: #95C1E1; }
span { border-color: rgb(149,193,225); }
td.TdClassName
{
border-color: #95C1E1;
}
.TagClassName
{
border-color: #95C1E1;
}
</style>