Shades of Cornflower #94BFF5
Tints of Cornflower #94BFF5
RGB
CMYK
RGB Variations
Color information
#94BFF5 (or 0x94BFF5) is known color: Cornflower. HEX triplet: 94, BF and F5. RGB value is (148,191,245). Sum of RGB (Red+Green+Blue) = 148+191+245=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #94BFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFF5 is #6B400A. Grayscale: #B8B8B8. Windows color (decimal): -7028747 or 16105364. OLE color: 16105364.
HSL color Cylindrical-coordinate representation of color #94BFF5: hue angle of 213.4º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94BFF5 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 191 | 245 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.04 |
| HSL | 213.4º | 0.83% | 0.77% | - |
| HSV(B) | 213.4º | 0.4% | 0.96% | - |
| XYZ | 47.32 | 50.15 | 93.57 | - |
| YUV | 184.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 245 | 0.40 | 0.22 | 0 | 0.04 | 213.4 | 0.83 | 0.77 |
| Hex | 94 | BF | F5 | 28 | 16 | 0 | 4 | D5 | 53 | 4D |
| Octal | 224 | 277 | 365 | 50 | 26 | 0 | 4 | 325 | 123 | 115 |
| Binary | 10010100 | 10111111 | 11110101 | 101000 | 10110 | 0 | 100 | 11010101 | 1010011 | 1001101 |
Color Harmonies of #94BFF5
Complementary color
Monochromatic Colors of #94BFF5
Black with #94BFF5
Text Example
Text Example
White with #94BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFF5; }
p { color: rgb(148,191,245); }
H1.HeaderClassName
{
color: #94BFF5;
}
.AnyTagClassName
{
color: #94BFF5;
}
</style>
background-color css
<style>
a { background-color: #94BFF5; }
a { background-color: rgb(148,191,245); }
div.DivClassName
{
background-color: #94BFF5;
}
.BgClassName
{
background-color: #94BFF5;
}
</style>
border-color css
<style>
span { border-color: #94BFF5; }
span { border-color: rgb(148,191,245); }
td.TdClassName
{
border-color: #94BFF5;
}
.TagClassName
{
border-color: #94BFF5;
}
</style>