#92ABD6

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

Shades of Polo Blue #92ABD6

Tints of Polo Blue #92ABD6

Color information

#92ABD6 (or 0x92ABD6) is unknown color: approx Polo Blue. HEX triplet: 92, AB and D6. RGB value is (146,171,214). Sum of RGB (Red+Green+Blue) = 146+171+214=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #92ABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABD6 is #6D5429. Grayscale: #A8A8A8. Windows color (decimal): -7164970 or 14068626. OLE color: 14068626.

HSL color Cylindrical-coordinate representation of color #92ABD6: hue angle of 217.94º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92ABD6 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146171214-
CMYK0.320.2000.16
HSL217.94º45.33%70.59%-
HSV(B)217.94º31.78%83.92%-
XYZ38.5540.0969.32-
YUV168.43153.72112-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=27.50%
G=32.20%
B=40.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461712140.320.2000.16217.9445.3370.59
Hex92ABD62014010da2d47
Octal222253326402402033255107
Binary10010010101010111101011010000010100010000110110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,171,214); }

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

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

 a { background-color: rgb(146,171,214); }

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

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

 span { border-color: rgb(146,171,214); }

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