Html Css Color HEX #83ADB4 Ziggurat

📋 copy color: '#83ADB4'

red 131 ◦ green 173 ◦ blue 180

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

Shades of Ziggurat #83ADB4

Tints of Ziggurat #83ADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 27.07%
G = 35.74%
B = 37.19%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#83ADB4 (or 0x83ADB4) is known color: Ziggurat. HEX triplet: 83, AD and B4. RGB value is (131,173,180). Sum of RGB (Red+Green+Blue) = 131+173+180=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #83ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADB4 is #7C524B. Grayscale: #A1A1A1. Windows color (decimal): -8147532 or 11840899. OLE color: 11840899.

HSL color Cylindrical-coordinate representation of color #83ADB4: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83ADB4 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 173 180 -
CMYK 0.27 0.04 0 0.29
HSL 188.57º 0.25% 0.61% -
HSV(B) 188.57º 0.27% 0.71% -
XYZ 32.54 38.01 48.8 -
YUV 161.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 131 173 180 0.27 0.04 0 0.29 188.57 0.25 0.61
Hex 83 AD B4 1B 4 0 1D BD 19 3D
Octal 203 255 264 33 4 0 35 275 31 75
Binary 10000011 10101101 10110100 11011 100 0 11101 10111101 11001 111101

Color Harmonies of #83ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADB4

Black with #83ADB4

Text Example


Text Example

White with #83ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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