Shades of Cornflower #94BDDD
Tints of Cornflower #94BDDD
RGB
CMYK
RGB Variations
Color information
#94BDDD (or 0x94BDDD) is known color: Cornflower. HEX triplet: 94, BD and DD. RGB value is (148,189,221). Sum of RGB (Red+Green+Blue) = 148+189+221=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #94BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDDD is #6B4222. Grayscale: #B4B4B4. Windows color (decimal): -7029283 or 14531988. OLE color: 14531988.
HSL color Cylindrical-coordinate representation of color #94BDDD: hue angle of 206.3º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BDDD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 189 | 221 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.13 |
| HSL | 206.3º | 0.52% | 0.72% | - |
| HSV(B) | 206.3º | 0.33% | 0.87% | - |
| XYZ | 43.46 | 47.91 | 75.36 | - |
| YUV | 180.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 221 | 0.33 | 0.14 | 0 | 0.13 | 206.3 | 0.52 | 0.72 |
| Hex | 94 | BD | DD | 21 | E | 0 | D | CE | 34 | 48 |
| Octal | 224 | 275 | 335 | 41 | 16 | 0 | 15 | 316 | 64 | 110 |
| Binary | 10010100 | 10111101 | 11011101 | 100001 | 1110 | 0 | 1101 | 11001110 | 110100 | 1001000 |
Color Harmonies of #94BDDD
Complementary color
Monochromatic Colors of #94BDDD
Black with #94BDDD
Text Example
Text Example
White with #94BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDDD; }
p { color: rgb(148,189,221); }
H1.HeaderClassName
{
color: #94BDDD;
}
.AnyTagClassName
{
color: #94BDDD;
}
</style>
background-color css
<style>
a { background-color: #94BDDD; }
a { background-color: rgb(148,189,221); }
div.DivClassName
{
background-color: #94BDDD;
}
.BgClassName
{
background-color: #94BDDD;
}
</style>
border-color css
<style>
span { border-color: #94BDDD; }
span { border-color: rgb(148,189,221); }
td.TdClassName
{
border-color: #94BDDD;
}
.TagClassName
{
border-color: #94BDDD;
}
</style>