Shades of Polo Blue #94AFDB
Tints of Polo Blue #94AFDB
RGB
CMYK
RGB Variations
Color information
#94AFDB (or 0x94AFDB) is known color: Polo Blue. HEX triplet: 94, AF and DB. RGB value is (148,175,219). Sum of RGB (Red+Green+Blue) = 148+175+219=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #94AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFDB is #6B5024. Grayscale: #ABABAB. Windows color (decimal): -7032869 or 14397332. OLE color: 14397332.
HSL color Cylindrical-coordinate representation of color #94AFDB: hue angle of 217.18º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94AFDB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 175 | 219 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.14 |
| HSL | 217.18º | 0.5% | 0.72% | - |
| HSV(B) | 217.18º | 0.32% | 0.86% | - |
| XYZ | 40.33 | 42.07 | 73.01 | - |
| YUV | 171.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 219 | 0.32 | 0.20 | 0 | 0.14 | 217.18 | 0.5 | 0.72 |
| Hex | 94 | AF | DB | 20 | 14 | 0 | E | D9 | 32 | 48 |
| Octal | 224 | 257 | 333 | 40 | 24 | 0 | 16 | 331 | 62 | 110 |
| Binary | 10010100 | 10101111 | 11011011 | 100000 | 10100 | 0 | 1110 | 11011001 | 110010 | 1001000 |
Color Harmonies of #94AFDB
Complementary color
Monochromatic Colors of #94AFDB
Black with #94AFDB
Text Example
Text Example
White with #94AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AFDB; }
p { color: rgb(148,175,219); }
H1.HeaderClassName
{
color: #94AFDB;
}
.AnyTagClassName
{
color: #94AFDB;
}
</style>
background-color css
<style>
a { background-color: #94AFDB; }
a { background-color: rgb(148,175,219); }
div.DivClassName
{
background-color: #94AFDB;
}
.BgClassName
{
background-color: #94AFDB;
}
</style>
border-color css
<style>
span { border-color: #94AFDB; }
span { border-color: rgb(148,175,219); }
td.TdClassName
{
border-color: #94AFDB;
}
.TagClassName
{
border-color: #94AFDB;
}
</style>