Html Css Color HEX #83AAB6 Botticelli

📋 copy color: '#83AAB6'

red 131 ◦ green 170 ◦ blue 182

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

Shades of Botticelli #83AAB6

Tints of Botticelli #83AAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 27.12%
G = 35.2%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#83AAB6 (or 0x83AAB6) is known color: Botticelli. HEX triplet: 83, AA and B6. RGB value is (131,170,182). Sum of RGB (Red+Green+Blue) = 131+170+182=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #83AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AAB6 is #7C5549. Grayscale: #9F9F9F. Windows color (decimal): -8148298 or 11971203. OLE color: 11971203.

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

Color convert

RGB 131 170 182 -
CMYK 0.28 0.07 0 0.29
HSL 194.12º 0.26% 0.61% -
HSV(B) 194.12º 0.28% 0.71% -
XYZ 32.18 36.95 49.69 -
YUV 159.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 131 170 182 0.28 0.07 0 0.29 194.12 0.26 0.61
Hex 83 AA B6 1C 7 0 1D C2 1A 3D
Octal 203 252 266 34 7 0 35 302 32 75
Binary 10000011 10101010 10110110 11100 111 0 11101 11000010 11010 111101

Color Harmonies of #83AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AAB6

Black with #83AAB6

Text Example


Text Example

White with #83AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,182); }

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

background-color css

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

 a { background-color: rgb(131,170,182); }

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

border-color css

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

 span { border-color: rgb(131,170,182); }

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