Html Css Color HEX #80B3C3 Glacier

📋 copy color: '#80B3C3'

red 128 ◦ green 179 ◦ blue 195

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

Shades of Glacier #80B3C3

Tints of Glacier #80B3C3

RGB

 RED value IS 128 (50.39% from 255) = 25.5%

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 195 (76.56% from 255) = 38.84%

R = 25.5%
G = 35.66%
B = 38.84%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#80B3C3 (or 0x80B3C3) is known color: Glacier. HEX triplet: 80, B3 and C3. RGB value is (128,179,195). Sum of RGB (Red+Green+Blue) = 128+179+195=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #80B3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B3C3 is #7F4C3C. Grayscale: #A5A5A5. Windows color (decimal): -8342589 or 12825472. OLE color: 12825472.

HSL color Cylindrical-coordinate representation of color #80B3C3: hue angle of 194.33º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B3C3 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 179 195 -
CMYK 0.34 0.08 0 0.24
HSL 194.33º 0.36% 0.63% -
HSV(B) 194.33º 0.34% 0.76% -
XYZ 34.87 40.77 57.66 -
YUV 165.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 128 179 195 0.34 0.08 0 0.24 194.33 0.36 0.63
Hex 80 B3 C3 22 8 0 18 C2 24 3F
Octal 200 263 303 42 10 0 30 302 44 77
Binary 10000000 10110011 11000011 100010 1000 0 11000 11000010 100100 111111

Color Harmonies of #80B3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B3C3

Black with #80B3C3

Text Example


Text Example

White with #80B3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B3C3; }

 p { color: rgb(128,179,195); }

 H1.HeaderClassName
 {
   color: #80B3C3;
 }
 .AnyTagClassName
 {
   color: #80B3C3;
 }
</style>

background-color css

<style>
 a { background-color: #80B3C3; }

 a { background-color: rgb(128,179,195); }

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

border-color css

<style>
 span { border-color: #80B3C3; }

 span { border-color: rgb(128,179,195); }

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