#7FDBAA

Color #7FDBAA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7FDBAA

Tints of Vista Blue #7FDBAA

Color information

#7FDBAA (or 0x7FDBAA) is unknown color: approx Vista Blue. HEX triplet: 7F, DB and AA. RGB value is (127,219,170). Sum of RGB (Red+Green+Blue) = 127+219+170=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDBAA is #802455. Grayscale: #BABABA. Windows color (decimal): -8397910 or 11197311. OLE color: 11197311.

HSL color Cylindrical-coordinate representation of color #7FDBAA: hue angle of 148.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDBAA is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB127219170-
CMYK0.4200.220.14
HSL148.04º56.1%67.84%-
HSV(B)148.04º42.01%85.88%-
XYZ41.3458.0847.06-
YUV185.91119.0285.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.61%
GREEN value IS 219 (85.94% from 255) = 42.44%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=24.61%
G=42.44%
B=32.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272191700.4200.220.14148.0456.167.84
Hex7FDBAA2A016E943844
Octal177333252520261622470104
Binary111111111011011101010101010100101101110100101001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,219,170); }

 H1.HeaderClassName
 {
   color: #7FDBAA;
 }
 .AnyTagClassName
 {
   color: #7FDBAA;
 }
</style>
background-color css

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

 a { background-color: rgb(127,219,170); }

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

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

 span { border-color: rgb(127,219,170); }

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