Html Css Color HEX #82AFBE Glacier

📋 copy color: '#82AFBE'

red 130 ◦ green 175 ◦ blue 190

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

Shades of Glacier #82AFBE

Tints of Glacier #82AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 26.26%
G = 35.35%
B = 38.38%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#82AFBE (or 0x82AFBE) is known color: Glacier. HEX triplet: 82, AF and BE. RGB value is (130,175,190). Sum of RGB (Red+Green+Blue) = 130+175+190=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #82AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFBE is #7D5041. Grayscale: #A3A3A3. Windows color (decimal): -8212546 or 12496770. OLE color: 12496770.

HSL color Cylindrical-coordinate representation of color #82AFBE: hue angle of 195º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AFBE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 175 190 -
CMYK 0.32 0.08 0 0.25
HSL 195º 0.32% 0.63% -
HSV(B) 195º 0.32% 0.75% -
XYZ 33.83 39.12 54.48 -
YUV 163.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 130 175 190 0.32 0.08 0 0.25 195 0.32 0.63
Hex 82 AF BE 20 8 0 19 C3 20 3F
Octal 202 257 276 40 10 0 31 303 40 77
Binary 10000010 10101111 10111110 100000 1000 0 11001 11000011 100000 111111

Color Harmonies of #82AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFBE

Black with #82AFBE

Text Example


Text Example

White with #82AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,190); }

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

background-color css

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

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

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

border-color css

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

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

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