Html Css Color HEX #83ADB3 Ziggurat

📋 copy color: '#83ADB3'

red 131 ◦ green 173 ◦ blue 179

#83ADB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #83ADB3

Tints of Ziggurat #83ADB3

RGB

 RED value IS 131 (51.56% from 255) = 27.12%

 GREEN value IS 173 (67.97% from 255) = 35.82%

 BLUE value IS 179 (70.31% from 255) = 37.06%

R = 27.12%
G = 35.82%
B = 37.06%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#83ADB3 (or 0x83ADB3) is known color: Ziggurat. HEX triplet: 83, AD and B3. RGB value is (131,173,179). Sum of RGB (Red+Green+Blue) = 131+173+179=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #83ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADB3 is #7C524C. Grayscale: #A1A1A1. Windows color (decimal): -8147533 or 11775363. OLE color: 11775363.

HSL color Cylindrical-coordinate representation of color #83ADB3: hue angle of 187.5º 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 #83ADB3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 173 179 -
CMYK 0.27 0.03 0 0.30
HSL 187.5º 0.24% 0.61% -
HSV(B) 187.5º 0.27% 0.7% -
XYZ 32.44 37.97 48.27 -
YUV 161.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 131 173 179 0.27 0.03 0 0.30 187.5 0.24 0.61
Hex 83 AD B3 1B 3 0 1E BC 18 3D
Octal 203 255 263 33 3 0 36 274 30 75
Binary 10000011 10101101 10110011 11011 11 0 11110 10111100 11000 111101

Color Harmonies of #83ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADB3

Black with #83ADB3

Text Example


Text Example

White with #83ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83ADB3; }

 p { color: rgb(131,173,179); }

 H1.HeaderClassName
 {
   color: #83ADB3;
 }
 .AnyTagClassName
 {
   color: #83ADB3;
 }
</style>

background-color css

<style>
 a { background-color: #83ADB3; }

 a { background-color: rgb(131,173,179); }

 div.DivClassName
 {
   background-color: #83ADB3;
 }
 .BgClassName
 {
   background-color: #83ADB3;
 }
</style>

border-color css

<style>
 span { border-color: #83ADB3; }

 span { border-color: rgb(131,173,179); }

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