Shades of Cornflower #94BDF0
Tints of Cornflower #94BDF0
RGB
CMYK
RGB Variations
Color information
#94BDF0 (or 0x94BDF0) is known color: Cornflower. HEX triplet: 94, BD and F0. RGB value is (148,189,240). Sum of RGB (Red+Green+Blue) = 148+189+240=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #94BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDF0 is #6B420F. Grayscale: #B6B6B6. Windows color (decimal): -7029264 or 15777172. OLE color: 15777172.
HSL color Cylindrical-coordinate representation of color #94BDF0: hue angle of 213.26º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94BDF0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 189 | 240 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.06 |
| HSL | 213.26º | 0.75% | 0.76% | - |
| HSV(B) | 213.26º | 0.38% | 0.94% | - |
| XYZ | 46.14 | 48.98 | 89.46 | - |
| YUV | 182.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 240 | 0.38 | 0.21 | 0 | 0.06 | 213.26 | 0.75 | 0.76 |
| Hex | 94 | BD | F0 | 26 | 15 | 0 | 6 | D5 | 4B | 4C |
| Octal | 224 | 275 | 360 | 46 | 25 | 0 | 6 | 325 | 113 | 114 |
| Binary | 10010100 | 10111101 | 11110000 | 100110 | 10101 | 0 | 110 | 11010101 | 1001011 | 1001100 |
Color Harmonies of #94BDF0
Complementary color
Monochromatic Colors of #94BDF0
Black with #94BDF0
Text Example
Text Example
White with #94BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDF0; }
p { color: rgb(148,189,240); }
H1.HeaderClassName
{
color: #94BDF0;
}
.AnyTagClassName
{
color: #94BDF0;
}
</style>
background-color css
<style>
a { background-color: #94BDF0; }
a { background-color: rgb(148,189,240); }
div.DivClassName
{
background-color: #94BDF0;
}
.BgClassName
{
background-color: #94BDF0;
}
</style>
border-color css
<style>
span { border-color: #94BDF0; }
span { border-color: rgb(148,189,240); }
td.TdClassName
{
border-color: #94BDF0;
}
.TagClassName
{
border-color: #94BDF0;
}
</style>