Shades of Cornflower #94BBF5
Tints of Cornflower #94BBF5
RGB
CMYK
RGB Variations
Color information
#94BBF5 (or 0x94BBF5) is known color: Cornflower. HEX triplet: 94, BB and F5. RGB value is (148,187,245). Sum of RGB (Red+Green+Blue) = 148+187+245=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #94BBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBF5 is #6B440A. Grayscale: #B5B5B5. Windows color (decimal): -7029771 or 16104340. OLE color: 16104340.
HSL color Cylindrical-coordinate representation of color #94BBF5: hue angle of 215.88º 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 #94BBF5 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 187 | 245 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.04 |
| HSL | 215.88º | 0.83% | 0.77% | - |
| HSV(B) | 215.88º | 0.4% | 0.96% | - |
| XYZ | 46.46 | 48.43 | 93.29 | - |
| YUV | 181.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 245 | 0.40 | 0.24 | 0 | 0.04 | 215.88 | 0.83 | 0.77 |
| Hex | 94 | BB | F5 | 28 | 18 | 0 | 4 | D8 | 53 | 4D |
| Octal | 224 | 273 | 365 | 50 | 30 | 0 | 4 | 330 | 123 | 115 |
| Binary | 10010100 | 10111011 | 11110101 | 101000 | 11000 | 0 | 100 | 11011000 | 1010011 | 1001101 |
Color Harmonies of #94BBF5
Complementary color
Monochromatic Colors of #94BBF5
Black with #94BBF5
Text Example
Text Example
White with #94BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBF5; }
p { color: rgb(148,187,245); }
H1.HeaderClassName
{
color: #94BBF5;
}
.AnyTagClassName
{
color: #94BBF5;
}
</style>
background-color css
<style>
a { background-color: #94BBF5; }
a { background-color: rgb(148,187,245); }
div.DivClassName
{
background-color: #94BBF5;
}
.BgClassName
{
background-color: #94BBF5;
}
</style>
border-color css
<style>
span { border-color: #94BBF5; }
span { border-color: rgb(148,187,245); }
td.TdClassName
{
border-color: #94BBF5;
}
.TagClassName
{
border-color: #94BBF5;
}
</style>