Html Css Color HEX #83BABA Glacier

📋 copy color: '#83BABA'

red 131 ◦ green 186 ◦ blue 186

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

Shades of Glacier #83BABA

Tints of Glacier #83BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 26.04%
G = 36.98%
B = 36.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83BABA (or 0x83BABA) is known color: Glacier. HEX triplet: 83, BA and BA. RGB value is (131,186,186). Sum of RGB (Red+Green+Blue) = 131+186+186=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #83BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BABA is #7C4545. Grayscale: #A9A9A9. Windows color (decimal): -8144198 or 12237443. OLE color: 12237443.

HSL color Cylindrical-coordinate representation of color #83BABA: hue angle of 180º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BABA is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 186 -
CMYK 0.30 0 0 0.27
HSL 180º 0.28% 0.62% -
HSV(B) 180º 0.3% 0.73% -
XYZ 35.78 43.49 52.96 -
YUV 169.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 131 186 186 0.30 0 0 0.27 180 0.28 0.62
Hex 83 BA BA 1E 0 0 1B B4 1C 3E
Octal 203 272 272 36 0 0 33 264 34 76
Binary 10000011 10111010 10111010 11110 0 0 11011 10110100 11100 111110

Color Harmonies of #83BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BABA

Black with #83BABA

Text Example


Text Example

White with #83BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,186); }

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

background-color css

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

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

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

border-color css

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

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

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