Shades of Cornflower #95BEF0
Tints of Cornflower #95BEF0
RGB
CMYK
RGB Variations
Color information
#95BEF0 (or 0x95BEF0) is known color: Cornflower. HEX triplet: 95, BE and F0. RGB value is (149,190,240). Sum of RGB (Red+Green+Blue) = 149+190+240=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #95BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BEF0 is #6A410F. Grayscale: #B7B7B7. Windows color (decimal): -6963472 or 15777429. OLE color: 15777429.
HSL color Cylindrical-coordinate representation of color #95BEF0: hue angle of 212.97º 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 #95BEF0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 190 | 240 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.06 |
| HSL | 212.97º | 0.75% | 0.76% | - |
| HSV(B) | 212.97º | 0.38% | 0.94% | - |
| XYZ | 46.54 | 49.51 | 89.54 | - |
| YUV | 183.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 190 | 240 | 0.38 | 0.21 | 0 | 0.06 | 212.97 | 0.75 | 0.76 |
| Hex | 95 | BE | F0 | 26 | 15 | 0 | 6 | D5 | 4B | 4C |
| Octal | 225 | 276 | 360 | 46 | 25 | 0 | 6 | 325 | 113 | 114 |
| Binary | 10010101 | 10111110 | 11110000 | 100110 | 10101 | 0 | 110 | 11010101 | 1001011 | 1001100 |
Color Harmonies of #95BEF0
Complementary color
Monochromatic Colors of #95BEF0
Black with #95BEF0
Text Example
Text Example
White with #95BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BEF0; }
p { color: rgb(149,190,240); }
H1.HeaderClassName
{
color: #95BEF0;
}
.AnyTagClassName
{
color: #95BEF0;
}
</style>
background-color css
<style>
a { background-color: #95BEF0; }
a { background-color: rgb(149,190,240); }
div.DivClassName
{
background-color: #95BEF0;
}
.BgClassName
{
background-color: #95BEF0;
}
</style>
border-color css
<style>
span { border-color: #95BEF0; }
span { border-color: rgb(149,190,240); }
td.TdClassName
{
border-color: #95BEF0;
}
.TagClassName
{
border-color: #95BEF0;
}
</style>