Shades of Cornflower #95CEF0
Tints of Cornflower #95CEF0
RGB
CMYK
RGB Variations
Color information
#95CEF0 (or 0x95CEF0) is known color: Cornflower. HEX triplet: 95, CE and F0. RGB value is (149,206,240). Sum of RGB (Red+Green+Blue) = 149+206+240=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #95CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CEF0 is #6A310F. Grayscale: #C0C0C0. Windows color (decimal): -6959376 or 15781525. OLE color: 15781525.
HSL color Cylindrical-coordinate representation of color #95CEF0: hue angle of 202.42º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CEF0 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 206 | 240 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.06 |
| HSL | 202.42º | 0.75% | 0.76% | - |
| HSV(B) | 202.42º | 0.38% | 0.94% | - |
| XYZ | 50.19 | 56.82 | 90.76 | - |
| YUV | 192.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 240 | 0.38 | 0.14 | 0 | 0.06 | 202.42 | 0.75 | 0.76 |
| Hex | 95 | CE | F0 | 26 | E | 0 | 6 | CA | 4B | 4C |
| Octal | 225 | 316 | 360 | 46 | 16 | 0 | 6 | 312 | 113 | 114 |
| Binary | 10010101 | 11001110 | 11110000 | 100110 | 1110 | 0 | 110 | 11001010 | 1001011 | 1001100 |
Color Harmonies of #95CEF0
Complementary color
Monochromatic Colors of #95CEF0
Black with #95CEF0
Text Example
Text Example
White with #95CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEF0; }
p { color: rgb(149,206,240); }
H1.HeaderClassName
{
color: #95CEF0;
}
.AnyTagClassName
{
color: #95CEF0;
}
</style>
background-color css
<style>
a { background-color: #95CEF0; }
a { background-color: rgb(149,206,240); }
div.DivClassName
{
background-color: #95CEF0;
}
.BgClassName
{
background-color: #95CEF0;
}
</style>
border-color css
<style>
span { border-color: #95CEF0; }
span { border-color: rgb(149,206,240); }
td.TdClassName
{
border-color: #95CEF0;
}
.TagClassName
{
border-color: #95CEF0;
}
</style>