#7FF8B0

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

Shades of Vista Blue #7FF8B0

Tints of Vista Blue #7FF8B0

Color information

#7FF8B0 (or 0x7FF8B0) is unknown color: approx Vista Blue. HEX triplet: 7F, F8 and B0. RGB value is (127,248,176). Sum of RGB (Red+Green+Blue) = 127+248+176=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #7FF8B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF8B0 is #80074F. Grayscale: #CBCBCB. Windows color (decimal): -8390480 or 11597951. OLE color: 11597951.

HSL color Cylindrical-coordinate representation of color #7FF8B0: hue angle of 144.3º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF8B0 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB127248176-
CMYK0.4900.290.03
HSL144.3º89.63%73.53%-
HSV(B)144.3º48.79%97.25%-
XYZ50.1674.7852.87-
YUV203.61112.4173.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.05%
GREEN value IS 248 (97.27% from 255) = 45.01%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=23.05%
G=45.01%
B=31.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1272481760.4900.290.03144.389.6373.53
Hex7FF8B03101D3905a4a
Octal177370260610353220132112
Binary11111111111100010110000110001011101111001000010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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