#92ADCE

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

Shades of Polo Blue #92ADCE

Tints of Polo Blue #92ADCE

Color information

#92ADCE (or 0x92ADCE) is unknown color: approx Polo Blue. HEX triplet: 92, AD and CE. RGB value is (146,173,206). Sum of RGB (Red+Green+Blue) = 146+173+206=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #92ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADCE is #6D5231. Grayscale: #A8A8A8. Windows color (decimal): -7164466 or 13544850. OLE color: 13544850.

HSL color Cylindrical-coordinate representation of color #92ADCE: hue angle of 213º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92ADCE is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146173206-
CMYK0.290.1600.19
HSL213º37.97%69.02%-
HSV(B)213º29.13%80.78%-
XYZ37.9440.4564.2-
YUV168.69149.05111.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=27.81%
G=32.95%
B=39.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461732060.290.1600.1921337.9769.02
Hex92ADCE1D10013d52645
Octal222255316352002332546105
Binary1001001010101101110011101110110000010011110101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,206); }

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

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

 a { background-color: rgb(146,173,206); }

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

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

 span { border-color: rgb(146,173,206); }

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