#92AFDF

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

Shades of Polo Blue #92AFDF

Tints of Polo Blue #92AFDF

Color information

#92AFDF (or 0x92AFDF) is unknown color: approx Polo Blue. HEX triplet: 92, AF and DF. RGB value is (146,175,223). Sum of RGB (Red+Green+Blue) = 146+175+223=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #92AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFDF is #6D5020. Grayscale: #ABABAB. Windows color (decimal): -7163937 or 14659474. OLE color: 14659474.

HSL color Cylindrical-coordinate representation of color #92AFDF: hue angle of 217.4º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92AFDF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146175223-
CMYK0.350.2200.13
HSL217.4º54.61%72.35%-
HSV(B)217.4º34.53%87.45%-
XYZ40.542.175.8-
YUV171.8156.89109.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.84%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=26.84%
G=32.17%
B=40.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461752230.350.2200.13217.454.6172.35
Hex92AFDF23160Dd93748
Octal222257337432601533167110
Binary1001001010101111110111111000111011001101110110011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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