#92AECB

Color #92AECB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #92AECB

Tints of Polo Blue #92AECB

Color information

#92AECB (or 0x92AECB) is unknown color: approx Polo Blue. HEX triplet: 92, AE and CB. RGB value is (146,174,203). Sum of RGB (Red+Green+Blue) = 146+174+203=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #92AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AECB is #6D5134. Grayscale: #A8A8A8. Windows color (decimal): -7164213 or 13348498. OLE color: 13348498.

HSL color Cylindrical-coordinate representation of color #92AECB: hue angle of 210.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92AECB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146174203-
CMYK0.280.1400.20
HSL210.53º35.4%68.43%-
HSV(B)210.53º28.08%79.61%-
XYZ37.7740.6962.36-
YUV168.93147.22111.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 27.92%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=27.92%
G=33.27%
B=38.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461742030.280.1400.20210.5335.468.43
Hex92AECB1CE014d32344
Octal222256313341602432343104
Binary100100101010111011001011111001110010100110100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AECB; }

 p { color: rgb(146,174,203); }

 H1.HeaderClassName
 {
   color: #92AECB;
 }
 .AnyTagClassName
 {
   color: #92AECB;
 }
</style>
background-color css

<style>
 a { background-color: #92AECB; }

 a { background-color: rgb(146,174,203); }

 div.DivClassName
 {
   background-color: #92AECB;
 }
 .BgClassName
 {
   background-color: #92AECB;
 }
</style>
border-color css

<style>
 span { border-color: #92AECB; }

 span { border-color: rgb(146,174,203); }

 td.TdClassName
 {
   border-color: #92AECB;
 }
 .TagClassName
 {
   border-color: #92AECB;
 }
</style>