Html Css Color HEX #7FF8AB Vista Blue

📋 copy color: '#7FF8AB'

red 127 ◦ green 248 ◦ blue 171

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

Shades of Vista Blue #7FF8AB

Tints of Vista Blue #7FF8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 23.26%
G = 45.42%
B = 31.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#7FF8AB (or 0x7FF8AB) is known color: Vista Blue. HEX triplet: 7F, F8 and AB. RGB value is (127,248,171). Sum of RGB (Red+Green+Blue) = 127+248+171=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #7FF8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF8AB is #800754. Grayscale: #CBCBCB. Windows color (decimal): -8390485 or 11270271. OLE color: 11270271.

HSL color Cylindrical-coordinate representation of color #7FF8AB: hue angle of 141.82º 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 #7FF8AB is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 127 248 171 -
CMYK 0.49 0 0.31 0.03
HSL 141.82º 0.9% 0.74% -
HSV(B) 141.82º 0.49% 0.97% -
XYZ 49.67 74.59 50.31 -
YUV 203.04 109.91 73.76 -
System Red Green Blue C M Y K H S L
Decimal 127 248 171 0.49 0 0.31 0.03 141.82 0.9 0.74
Hex 7F F8 AB 31 0 1F 3 8E 5A 4A
Octal 177 370 253 61 0 37 3 216 132 112
Binary 1111111 11111000 10101011 110001 0 11111 11 10001110 1011010 1001010

Color Harmonies of #7FF8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF8AB

Black with #7FF8AB

Text Example


Text Example

White with #7FF8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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