#82AFB3

Color #82AFB3 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #82AFB3

Tints of Ziggurat #82AFB3

Color information

#82AFB3 (or 0x82AFB3) is unknown color: approx Ziggurat. HEX triplet: 82, AF and B3. RGB value is (130,175,179). Sum of RGB (Red+Green+Blue) = 130+175+179=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #82AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFB3 is #7D504C. Grayscale: #A1A1A1. Windows color (decimal): -8212557 or 11775874. OLE color: 11775874.

HSL color Cylindrical-coordinate representation of color #82AFB3: hue angle of 184.9º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82AFB3 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130175179-
CMYK0.270.0200.30
HSL184.9º24.38%60.59%-
HSV(B)184.9º27.37%70.2%-
XYZ32.6738.6648.39-
YUV162137.59105.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=26.86%
G=36.16%
B=36.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301751790.270.0200.30184.924.3860.59
Hex82AFB31B201Eb9183d
Octal2022572633320362713075
Binary10000010101011111011001111011100111101011100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AFB3; }

 p { color: rgb(130,175,179); }

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

<style>
 a { background-color: #82AFB3; }

 a { background-color: rgb(130,175,179); }

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

<style>
 span { border-color: #82AFB3; }

 span { border-color: rgb(130,175,179); }

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