Shades of Cornflower #95BFF1
Tints of Cornflower #95BFF1
RGB
CMYK
RGB Variations
Color information
#95BFF1 (or 0x95BFF1) is known color: Cornflower. HEX triplet: 95, BF and F1. RGB value is (149,191,241). Sum of RGB (Red+Green+Blue) = 149+191+241=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #95BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFF1 is #6A400E. Grayscale: #B7B7B7. Windows color (decimal): -6963215 or 15843221. OLE color: 15843221.
HSL color Cylindrical-coordinate representation of color #95BFF1: hue angle of 212.61º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95BFF1 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 191 | 241 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.05 |
| HSL | 212.61º | 0.77% | 0.76% | - |
| HSV(B) | 212.61º | 0.38% | 0.95% | - |
| XYZ | 46.9 | 50 | 90.4 | - |
| YUV | 184.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 241 | 0.38 | 0.21 | 0 | 0.05 | 212.61 | 0.77 | 0.76 |
| Hex | 95 | BF | F1 | 26 | 15 | 0 | 5 | D5 | 4D | 4C |
| Octal | 225 | 277 | 361 | 46 | 25 | 0 | 5 | 325 | 115 | 114 |
| Binary | 10010101 | 10111111 | 11110001 | 100110 | 10101 | 0 | 101 | 11010101 | 1001101 | 1001100 |
Color Harmonies of #95BFF1
Complementary color
Monochromatic Colors of #95BFF1
Black with #95BFF1
Text Example
Text Example
White with #95BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFF1; }
p { color: rgb(149,191,241); }
H1.HeaderClassName
{
color: #95BFF1;
}
.AnyTagClassName
{
color: #95BFF1;
}
</style>
background-color css
<style>
a { background-color: #95BFF1; }
a { background-color: rgb(149,191,241); }
div.DivClassName
{
background-color: #95BFF1;
}
.BgClassName
{
background-color: #95BFF1;
}
</style>
border-color css
<style>
span { border-color: #95BFF1; }
span { border-color: rgb(149,191,241); }
td.TdClassName
{
border-color: #95BFF1;
}
.TagClassName
{
border-color: #95BFF1;
}
</style>