#92AFDA

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

Shades of Polo Blue #92AFDA

Tints of Polo Blue #92AFDA

Color information

#92AFDA (or 0x92AFDA) is unknown color: approx Polo Blue. HEX triplet: 92, AF and DA. RGB value is (146,175,218). Sum of RGB (Red+Green+Blue) = 146+175+218=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #92AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFDA is #6D5025. Grayscale: #ABABAB. Windows color (decimal): -7163942 or 14331794. OLE color: 14331794.

HSL color Cylindrical-coordinate representation of color #92AFDA: hue angle of 215.83º 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 #92AFDA is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146175218-
CMYK0.330.2000.15
HSL215.83º49.32%71.37%-
HSV(B)215.83º33.03%85.49%-
XYZ39.8441.8372.3-
YUV171.23154.39110-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.09%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=27.09%
G=32.47%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461752180.330.2000.15215.8349.3271.37
Hex92AFDA21140Fd83147
Octal222257332412401733061107
Binary1001001010101111110110101000011010001111110110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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