Shades of Polo Blue #94AECB
Tints of Polo Blue #94AECB
RGB
CMYK
RGB Variations
Color information
#94AECB (or 0x94AECB) is known color: Polo Blue. HEX triplet: 94, AE and CB. RGB value is (148,174,203). Sum of RGB (Red+Green+Blue) = 148+174+203=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #94AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AECB is #6B5134. Grayscale: #A9A9A9. Windows color (decimal): -7033141 or 13348500. OLE color: 13348500.
HSL color Cylindrical-coordinate representation of color #94AECB: hue angle of 211.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94AECB is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 174 | 203 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.20 |
| HSL | 211.64º | 0.35% | 0.69% | - |
| HSV(B) | 211.64º | 0.27% | 0.8% | - |
| XYZ | 38.13 | 40.88 | 62.38 | - |
| YUV | 169.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 203 | 0.27 | 0.14 | 0 | 0.20 | 211.64 | 0.35 | 0.69 |
| Hex | 94 | AE | CB | 1B | E | 0 | 14 | D4 | 23 | 45 |
| Octal | 224 | 256 | 313 | 33 | 16 | 0 | 24 | 324 | 43 | 105 |
| Binary | 10010100 | 10101110 | 11001011 | 11011 | 1110 | 0 | 10100 | 11010100 | 100011 | 1000101 |
Color Harmonies of #94AECB
Complementary color
Monochromatic Colors of #94AECB
Black with #94AECB
Text Example
Text Example
White with #94AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AECB; }
p { color: rgb(148,174,203); }
H1.HeaderClassName
{
color: #94AECB;
}
.AnyTagClassName
{
color: #94AECB;
}
</style>
background-color css
<style>
a { background-color: #94AECB; }
a { background-color: rgb(148,174,203); }
div.DivClassName
{
background-color: #94AECB;
}
.BgClassName
{
background-color: #94AECB;
}
</style>
border-color css
<style>
span { border-color: #94AECB; }
span { border-color: rgb(148,174,203); }
td.TdClassName
{
border-color: #94AECB;
}
.TagClassName
{
border-color: #94AECB;
}
</style>