#92AFC9

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

Shades of Polo Blue #92AFC9

Tints of Polo Blue #92AFC9

Color information

#92AFC9 (or 0x92AFC9) is unknown color: approx Polo Blue. HEX triplet: 92, AF and C9. RGB value is (146,175,201). Sum of RGB (Red+Green+Blue) = 146+175+201=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #92AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFC9 is #6D5036. Grayscale: #A9A9A9. Windows color (decimal): -7163959 or 13217682. OLE color: 13217682.

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

Color convert

RGB146175201-
CMYK0.270.1300.21
HSL208.36º33.74%68.04%-
HSV(B)208.36º27.36%78.82%-
XYZ37.7340.9961.18-
YUV169.29145.89111.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=27.97%
G=33.52%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461752010.270.1300.21208.3633.7468.04
Hex92AFC91BD015d02244
Octal222257311331502532042104
Binary100100101010111111001001110111101010101110100001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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