#92ACCC

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

Shades of Polo Blue #92ACCC

Tints of Polo Blue #92ACCC

Color information

#92ACCC (or 0x92ACCC) is unknown color: approx Polo Blue. HEX triplet: 92, AC and CC. RGB value is (146,172,204). Sum of RGB (Red+Green+Blue) = 146+172+204=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #92ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACCC is #6D5333. Grayscale: #A7A7A7. Windows color (decimal): -7164724 or 13413522. OLE color: 13413522.

HSL color Cylindrical-coordinate representation of color #92ACCC: hue angle of 213.1º 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 #92ACCC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146172204-
CMYK0.280.1600.2
HSL213.1º36.25%68.63%-
HSV(B)213.1º28.43%80%-
XYZ37.5139.9862.87-
YUV167.87148.39112.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=27.97%
G=32.95%
B=39.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461722040.280.1600.2213.136.2568.63
Hex92ACCC1C10014d52445
Octal222254314342002432544105
Binary1001001010101100110011001110010000010100110101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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