Html Css Color HEX #7FDDB0 Vista Blue

📋 copy color: '#7FDDB0'

red 127 ◦ green 221 ◦ blue 176

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

Shades of Vista Blue #7FDDB0

Tints of Vista Blue #7FDDB0

RGB

 RED value IS 127 (50% from 255) = 24.24%

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 24.24%
G = 42.18%
B = 33.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#7FDDB0 (or 0x7FDDB0) is known color: Vista Blue. HEX triplet: 7F, DD and B0. RGB value is (127,221,176). Sum of RGB (Red+Green+Blue) = 127+221+176=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDDB0 is #80224F. Grayscale: #BBBBBB. Windows color (decimal): -8397392 or 11591039. OLE color: 11591039.

HSL color Cylindrical-coordinate representation of color #7FDDB0: hue angle of 151.28º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDB0 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 221 176 -
CMYK 0.43 0 0.20 0.13
HSL 151.28º 0.58% 0.68% -
HSV(B) 151.28º 0.43% 0.87% -
XYZ 42.45 59.36 50.29 -
YUV 187.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 127 221 176 0.43 0 0.20 0.13 151.28 0.58 0.68
Hex 7F DD B0 2B 0 14 D 97 3A 44
Octal 177 335 260 53 0 24 15 227 72 104
Binary 1111111 11011101 10110000 101011 0 10100 1101 10010111 111010 1000100

Color Harmonies of #7FDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDB0

Black with #7FDDB0

Text Example


Text Example

White with #7FDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FDDB0; }

 p { color: rgb(127,221,176); }

 H1.HeaderClassName
 {
   color: #7FDDB0;
 }
 .AnyTagClassName
 {
   color: #7FDDB0;
 }
</style>

background-color css

<style>
 a { background-color: #7FDDB0; }

 a { background-color: rgb(127,221,176); }

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

border-color css

<style>
 span { border-color: #7FDDB0; }

 span { border-color: rgb(127,221,176); }

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