Html Css Color HEX #80CCA3 Vista Blue

📋 copy color: '#80CCA3'

red 128 ◦ green 204 ◦ blue 163

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

Shades of Vista Blue #80CCA3

Tints of Vista Blue #80CCA3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.21%

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 25.86%
G = 41.21%
B = 32.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#80CCA3 (or 0x80CCA3) is known color: Vista Blue. HEX triplet: 80, CC and A3. RGB value is (128,204,163). Sum of RGB (Red+Green+Blue) = 128+204+163=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA3 is #7F335C. Grayscale: #B0B0B0. Windows color (decimal): -8336221 or 10734720. OLE color: 10734720.

HSL color Cylindrical-coordinate representation of color #80CCA3: hue angle of 147.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA3 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 163 -
CMYK 0.37 0 0.20 0.2
HSL 147.63º 0.43% 0.65% -
HSV(B) 147.63º 0.37% 0.8% -
XYZ 37.11 50.42 42.43 -
YUV 176.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 128 204 163 0.37 0 0.20 0.2 147.63 0.43 0.65
Hex 80 CC A3 25 0 14 14 94 2B 41
Octal 200 314 243 45 0 24 24 224 53 101
Binary 10000000 11001100 10100011 100101 0 10100 10100 10010100 101011 1000001

Color Harmonies of #80CCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCA3

Black with #80CCA3

Text Example


Text Example

White with #80CCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,163); }

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

background-color css

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

 a { background-color: rgb(128,204,163); }

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

border-color css

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

 span { border-color: rgb(128,204,163); }

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