Shades of Cornflower #95CEF2
Tints of Cornflower #95CEF2
RGB
CMYK
RGB Variations
Color information
#95CEF2 (or 0x95CEF2) is known color: Cornflower. HEX triplet: 95, CE and F2. RGB value is (149,206,242). Sum of RGB (Red+Green+Blue) = 149+206+242=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #95CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CEF2 is #6A310D. Grayscale: #C0C0C0. Windows color (decimal): -6959374 or 15912597. OLE color: 15912597.
HSL color Cylindrical-coordinate representation of color #95CEF2: hue angle of 203.23º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CEF2 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 206 | 242 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.05 |
| HSL | 203.23º | 0.78% | 0.77% | - |
| HSV(B) | 203.23º | 0.38% | 0.95% | - |
| XYZ | 50.49 | 56.94 | 92.33 | - |
| YUV | 193.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 242 | 0.38 | 0.15 | 0 | 0.05 | 203.23 | 0.78 | 0.77 |
| Hex | 95 | CE | F2 | 26 | F | 0 | 5 | CB | 4E | 4D |
| Octal | 225 | 316 | 362 | 46 | 17 | 0 | 5 | 313 | 116 | 115 |
| Binary | 10010101 | 11001110 | 11110010 | 100110 | 1111 | 0 | 101 | 11001011 | 1001110 | 1001101 |
Color Harmonies of #95CEF2
Complementary color
Monochromatic Colors of #95CEF2
Black with #95CEF2
Text Example
Text Example
White with #95CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEF2; }
p { color: rgb(149,206,242); }
H1.HeaderClassName
{
color: #95CEF2;
}
.AnyTagClassName
{
color: #95CEF2;
}
</style>
background-color css
<style>
a { background-color: #95CEF2; }
a { background-color: rgb(149,206,242); }
div.DivClassName
{
background-color: #95CEF2;
}
.BgClassName
{
background-color: #95CEF2;
}
</style>
border-color css
<style>
span { border-color: #95CEF2; }
span { border-color: rgb(149,206,242); }
td.TdClassName
{
border-color: #95CEF2;
}
.TagClassName
{
border-color: #95CEF2;
}
</style>