Shades of Cornflower #95C2E9
Tints of Cornflower #95C2E9
RGB
CMYK
RGB Variations
Color information
#95C2E9 (or 0x95C2E9) is known color: Cornflower. HEX triplet: 95, C2 and E9. RGB value is (149,194,233). Sum of RGB (Red+Green+Blue) = 149+194+233=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #95C2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C2E9 is #6A3D16. Grayscale: #B8B8B8. Windows color (decimal): -6962455 or 15319701. OLE color: 15319701.
HSL color Cylindrical-coordinate representation of color #95C2E9: hue angle of 207.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C2E9 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 194 | 233 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.09 |
| HSL | 207.86º | 0.66% | 0.75% | - |
| HSV(B) | 207.86º | 0.36% | 0.91% | - |
| XYZ | 46.39 | 50.86 | 84.46 | - |
| YUV | 184.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 233 | 0.36 | 0.17 | 0 | 0.09 | 207.86 | 0.66 | 0.75 |
| Hex | 95 | C2 | E9 | 24 | 11 | 0 | 9 | D0 | 42 | 4B |
| Octal | 225 | 302 | 351 | 44 | 21 | 0 | 11 | 320 | 102 | 113 |
| Binary | 10010101 | 11000010 | 11101001 | 100100 | 10001 | 0 | 1001 | 11010000 | 1000010 | 1001011 |
Color Harmonies of #95C2E9
Complementary color
Monochromatic Colors of #95C2E9
Black with #95C2E9
Text Example
Text Example
White with #95C2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2E9; }
p { color: rgb(149,194,233); }
H1.HeaderClassName
{
color: #95C2E9;
}
.AnyTagClassName
{
color: #95C2E9;
}
</style>
background-color css
<style>
a { background-color: #95C2E9; }
a { background-color: rgb(149,194,233); }
div.DivClassName
{
background-color: #95C2E9;
}
.BgClassName
{
background-color: #95C2E9;
}
</style>
border-color css
<style>
span { border-color: #95C2E9; }
span { border-color: rgb(149,194,233); }
td.TdClassName
{
border-color: #95C2E9;
}
.TagClassName
{
border-color: #95C2E9;
}
</style>