#7FDFB3

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

Shades of Vista Blue #7FDFB3

Tints of Vista Blue #7FDFB3

Color information

#7FDFB3 (or 0x7FDFB3) is unknown color: approx Vista Blue. HEX triplet: 7F, DF and B3. RGB value is (127,223,179). Sum of RGB (Red+Green+Blue) = 127+223+179=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFB3 is #80204C. Grayscale: #BDBDBD. Windows color (decimal): -8396877 or 11788159. OLE color: 11788159.

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

Color convert

RGB127223179-
CMYK0.4300.200.13
HSL152.5º60%68.63%-
HSV(B)152.5º43.05%87.45%-
XYZ43.2860.5452.05-
YUV189.28122.283.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=24.01%
G=42.16%
B=33.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272231790.4300.200.13152.56068.63
Hex7FDFB32B014D983c45
Octal177337263530241523074105
Binary111111111011111101100111010110101001101100110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,223,179); }

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

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

 a { background-color: rgb(127,223,179); }

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

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

 span { border-color: rgb(127,223,179); }

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