Shades of Cornflower #95BFF4
Tints of Cornflower #95BFF4
RGB
CMYK
RGB Variations
Color information
#95BFF4 (or 0x95BFF4) is known color: Cornflower. HEX triplet: 95, BF and F4. RGB value is (149,191,244). Sum of RGB (Red+Green+Blue) = 149+191+244=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #95BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFF4 is #6A400B. Grayscale: #B8B8B8. Windows color (decimal): -6963212 or 16039829. OLE color: 16039829.
HSL color Cylindrical-coordinate representation of color #95BFF4: hue angle of 213.47º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95BFF4 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 191 | 244 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.04 |
| HSL | 213.47º | 0.81% | 0.77% | - |
| HSV(B) | 213.47º | 0.39% | 0.96% | - |
| XYZ | 47.35 | 50.18 | 92.78 | - |
| YUV | 184.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 244 | 0.39 | 0.22 | 0 | 0.04 | 213.47 | 0.81 | 0.77 |
| Hex | 95 | BF | F4 | 27 | 16 | 0 | 4 | D5 | 51 | 4D |
| Octal | 225 | 277 | 364 | 47 | 26 | 0 | 4 | 325 | 121 | 115 |
| Binary | 10010101 | 10111111 | 11110100 | 100111 | 10110 | 0 | 100 | 11010101 | 1010001 | 1001101 |
Color Harmonies of #95BFF4
Complementary color
Monochromatic Colors of #95BFF4
Black with #95BFF4
Text Example
Text Example
White with #95BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFF4; }
p { color: rgb(149,191,244); }
H1.HeaderClassName
{
color: #95BFF4;
}
.AnyTagClassName
{
color: #95BFF4;
}
</style>
background-color css
<style>
a { background-color: #95BFF4; }
a { background-color: rgb(149,191,244); }
div.DivClassName
{
background-color: #95BFF4;
}
.BgClassName
{
background-color: #95BFF4;
}
</style>
border-color css
<style>
span { border-color: #95BFF4; }
span { border-color: rgb(149,191,244); }
td.TdClassName
{
border-color: #95BFF4;
}
.TagClassName
{
border-color: #95BFF4;
}
</style>