#92abda

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

Shades of Polo Blue #92ABDA

Tints of Polo Blue #92ABDA

Color information

#92ABDA (or 0x92ABDA) is unknown color: approx Polo Blue. HEX triplet: 92, AB and DA. RGB value is (146,171,218). Sum of RGB (Red+Green+Blue) = 146+171+218=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #92ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABDA is #6D5425. Grayscale: #A8A8A8. Windows color (decimal): -7164966 or 14330770. OLE color: 14330770.

HSL color Cylindrical-coordinate representation of color #92ABDA: hue angle of 219.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92ABDA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146171218-
CMYK0.330.2200.15
HSL219.17º49.32%71.37%-
HSV(B)219.17º33.03%85.49%-
XYZ39.0740.372.05-
YUV168.88155.72111.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.29%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=27.29%
G=31.96%
B=40.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461712180.330.2200.15219.1749.3271.37
Hex92ABDA21160Fdb3147
Octal222253332412601733361107
Binary1001001010101011110110101000011011001111110110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92abda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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