Html Css Color HEX #80DEAD Vista Blue

📋 copy color: '#80DEAD'

red 128 ◦ green 222 ◦ blue 173

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

Shades of Vista Blue #80DEAD

Tints of Vista Blue #80DEAD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 24.47%
G = 42.45%
B = 33.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#80DEAD (or 0x80DEAD) is known color: Vista Blue. HEX triplet: 80, DE and AD. RGB value is (128,222,173). Sum of RGB (Red+Green+Blue) = 128+222+173=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DEAD is #7F2152. Grayscale: #BCBCBC. Windows color (decimal): -8331603 or 11394688. OLE color: 11394688.

HSL color Cylindrical-coordinate representation of color #80DEAD: hue angle of 148.72º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DEAD is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 222 173 -
CMYK 0.42 0 0.22 0.13
HSL 148.72º 0.59% 0.69% -
HSV(B) 148.72º 0.42% 0.87% -
XYZ 42.57 59.85 48.84 -
YUV 188.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 128 222 173 0.42 0 0.22 0.13 148.72 0.59 0.69
Hex 80 DE AD 2A 0 16 D 95 3B 45
Octal 200 336 255 52 0 26 15 225 73 105
Binary 10000000 11011110 10101101 101010 0 10110 1101 10010101 111011 1000101

Color Harmonies of #80DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DEAD

Black with #80DEAD

Text Example


Text Example

White with #80DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,222,173); }

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

background-color css

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

 a { background-color: rgb(128,222,173); }

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

border-color css

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

 span { border-color: rgb(128,222,173); }

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