#92AFCA

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

Shades of Polo Blue #92AFCA

Tints of Polo Blue #92AFCA

Color information

#92AFCA (or 0x92AFCA) is unknown color: approx Polo Blue. HEX triplet: 92, AF and CA. RGB value is (146,175,202). Sum of RGB (Red+Green+Blue) = 146+175+202=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #92AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFCA is #6D5035. Grayscale: #A9A9A9. Windows color (decimal): -7163958 or 13283218. OLE color: 13283218.

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

Color convert

RGB146175202-
CMYK0.280.1300.21
HSL208.93º34.57%68.24%-
HSV(B)208.93º27.72%79.22%-
XYZ37.8441.0461.8-
YUV169.41146.39111.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.92%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=27.92%
G=33.46%
B=38.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461752020.280.1300.21208.9334.5768.24
Hex92AFCA1CD015d12344
Octal222257312341502532143104
Binary100100101010111111001010111001101010101110100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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