Shades of Cornflower #94BFF1
Tints of Cornflower #94BFF1
RGB
CMYK
RGB Variations
Color information
#94BFF1 (or 0x94BFF1) is known color: Cornflower. HEX triplet: 94, BF and F1. RGB value is (148,191,241). Sum of RGB (Red+Green+Blue) = 148+191+241=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #94BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFF1 is #6B400E. Grayscale: #B7B7B7. Windows color (decimal): -7028751 or 15843220. OLE color: 15843220.
HSL color Cylindrical-coordinate representation of color #94BFF1: hue angle of 212.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94BFF1 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 191 | 241 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.05 |
| HSL | 212.26º | 0.77% | 0.76% | - |
| HSV(B) | 212.26º | 0.39% | 0.95% | - |
| XYZ | 46.72 | 49.91 | 90.39 | - |
| YUV | 183.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 241 | 0.39 | 0.21 | 0 | 0.05 | 212.26 | 0.77 | 0.76 |
| Hex | 94 | BF | F1 | 27 | 15 | 0 | 5 | D4 | 4D | 4C |
| Octal | 224 | 277 | 361 | 47 | 25 | 0 | 5 | 324 | 115 | 114 |
| Binary | 10010100 | 10111111 | 11110001 | 100111 | 10101 | 0 | 101 | 11010100 | 1001101 | 1001100 |
Color Harmonies of #94BFF1
Complementary color
Monochromatic Colors of #94BFF1
Black with #94BFF1
Text Example
Text Example
White with #94BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFF1; }
p { color: rgb(148,191,241); }
H1.HeaderClassName
{
color: #94BFF1;
}
.AnyTagClassName
{
color: #94BFF1;
}
</style>
background-color css
<style>
a { background-color: #94BFF1; }
a { background-color: rgb(148,191,241); }
div.DivClassName
{
background-color: #94BFF1;
}
.BgClassName
{
background-color: #94BFF1;
}
</style>
border-color css
<style>
span { border-color: #94BFF1; }
span { border-color: rgb(148,191,241); }
td.TdClassName
{
border-color: #94BFF1;
}
.TagClassName
{
border-color: #94BFF1;
}
</style>