Html Css Color HEX #82BABA Glacier

📋 copy color: '#82BABA'

red 130 ◦ green 186 ◦ blue 186

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

Shades of Glacier #82BABA

Tints of Glacier #82BABA

RGB

 RED value IS 130 (51.17% from 255) = 25.9%

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

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

R = 25.9%
G = 37.05%
B = 37.05%

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

#82BABA (or 0x82BABA) is known color: Glacier. HEX triplet: 82, BA and BA. RGB value is (130,186,186). Sum of RGB (Red+Green+Blue) = 130+186+186=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #82BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BABA is #7D4545. Grayscale: #A9A9A9. Windows color (decimal): -8209734 or 12237442. OLE color: 12237442.

HSL color Cylindrical-coordinate representation of color #82BABA: hue angle of 180º degrees, saturation: 0.29, 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 #82BABA is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 186 -
CMYK 0.30 0 0 0.27
HSL 180º 0.29% 0.62% -
HSV(B) 180º 0.3% 0.73% -
XYZ 35.63 43.41 52.96 -
YUV 169.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 130 186 186 0.30 0 0 0.27 180 0.29 0.62
Hex 82 BA BA 1E 0 0 1B B4 1D 3E
Octal 202 272 272 36 0 0 33 264 35 76
Binary 10000010 10111010 10111010 11110 0 0 11011 10110100 11101 111110

Color Harmonies of #82BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BABA

Black with #82BABA

Text Example


Text Example

White with #82BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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