Shades of Polo Blue #94AFDD
Tints of Polo Blue #94AFDD
RGB
CMYK
RGB Variations
Color information
#94AFDD (or 0x94AFDD) is known color: Polo Blue. HEX triplet: 94, AF and DD. RGB value is (148,175,221). Sum of RGB (Red+Green+Blue) = 148+175+221=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #94AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFDD is #6B5022. Grayscale: #ABABAB. Windows color (decimal): -7032867 or 14528404. OLE color: 14528404.
HSL color Cylindrical-coordinate representation of color #94AFDD: hue angle of 217.81º 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 #94AFDD is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 175 | 221 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.13 |
| HSL | 217.81º | 0.52% | 0.72% | - |
| HSV(B) | 217.81º | 0.33% | 0.87% | - |
| XYZ | 40.59 | 42.18 | 74.41 | - |
| YUV | 172.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 221 | 0.33 | 0.21 | 0 | 0.13 | 217.81 | 0.52 | 0.72 |
| Hex | 94 | AF | DD | 21 | 15 | 0 | D | DA | 34 | 48 |
| Octal | 224 | 257 | 335 | 41 | 25 | 0 | 15 | 332 | 64 | 110 |
| Binary | 10010100 | 10101111 | 11011101 | 100001 | 10101 | 0 | 1101 | 11011010 | 110100 | 1001000 |
Color Harmonies of #94AFDD
Complementary color
Monochromatic Colors of #94AFDD
Black with #94AFDD
Text Example
Text Example
White with #94AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AFDD; }
p { color: rgb(148,175,221); }
H1.HeaderClassName
{
color: #94AFDD;
}
.AnyTagClassName
{
color: #94AFDD;
}
</style>
background-color css
<style>
a { background-color: #94AFDD; }
a { background-color: rgb(148,175,221); }
div.DivClassName
{
background-color: #94AFDD;
}
.BgClassName
{
background-color: #94AFDD;
}
</style>
border-color css
<style>
span { border-color: #94AFDD; }
span { border-color: rgb(148,175,221); }
td.TdClassName
{
border-color: #94AFDD;
}
.TagClassName
{
border-color: #94AFDD;
}
</style>