#92ADCC

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

Shades of Polo Blue #92ADCC

Tints of Polo Blue #92ADCC

Color information

#92ADCC (or 0x92ADCC) is unknown color: approx Polo Blue. HEX triplet: 92, AD and CC. RGB value is (146,173,204). Sum of RGB (Red+Green+Blue) = 146+173+204=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #92ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADCC is #6D5233. Grayscale: #A8A8A8. Windows color (decimal): -7164468 or 13413778. OLE color: 13413778.

HSL color Cylindrical-coordinate representation of color #92ADCC: hue angle of 212.07º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92ADCC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146173204-
CMYK0.280.1500.2
HSL212.07º36.25%68.63%-
HSV(B)212.07º28.43%80%-
XYZ37.740.3662.93-
YUV168.46148.05111.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.92%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=27.92%
G=33.08%
B=39.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461732040.280.1500.2212.0736.2568.63
Hex92ADCC1CF014d42445
Octal222255314341702432444105
Binary100100101010110111001100111001111010100110101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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