#92AAD4

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

Shades of Polo Blue #92AAD4

Tints of Polo Blue #92AAD4

Color information

#92AAD4 (or 0x92AAD4) is unknown color: approx Polo Blue. HEX triplet: 92, AA and D4. RGB value is (146,170,212). Sum of RGB (Red+Green+Blue) = 146+170+212=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #92AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAD4 is #6D552B. Grayscale: #A7A7A7. Windows color (decimal): -7165228 or 13937298. OLE color: 13937298.

HSL color Cylindrical-coordinate representation of color #92AAD4: hue angle of 218.18º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92AAD4 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146170212-
CMYK0.310.2000.17
HSL218.18º43.42%70.2%-
HSV(B)218.18º31.13%83.14%-
XYZ38.1139.6167.92-
YUV167.61153.05112.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=27.65%
G=32.20%
B=40.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461702120.310.2000.17218.1843.4270.2
Hex92AAD41F14011da2b46
Octal222252324372402133253106
Binary1001001010101010110101001111110100010001110110101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,170,212); }

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

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

 a { background-color: rgb(146,170,212); }

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

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

 span { border-color: rgb(146,170,212); }

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