Html Css Color HEX #7FD8AF Vista Blue

📋 copy color: '#7FD8AF'

red 127 ◦ green 216 ◦ blue 175

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

Shades of Vista Blue #7FD8AF

Tints of Vista Blue #7FD8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 24.52%
G = 41.7%
B = 33.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7FD8AF (or 0x7FD8AF) is known color: Vista Blue. HEX triplet: 7F, D8 and AF. RGB value is (127,216,175). Sum of RGB (Red+Green+Blue) = 127+216+175=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD8AF is #802750. Grayscale: #B8B8B8. Windows color (decimal): -8398673 or 11524223. OLE color: 11524223.

HSL color Cylindrical-coordinate representation of color #7FD8AF: hue angle of 152.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD8AF is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 216 175 -
CMYK 0.41 0 0.19 0.15
HSL 152.36º 0.53% 0.67% -
HSV(B) 152.36º 0.41% 0.85% -
XYZ 41.05 56.72 49.34 -
YUV 184.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 127 216 175 0.41 0 0.19 0.15 152.36 0.53 0.67
Hex 7F D8 AF 29 0 13 F 98 35 43
Octal 177 330 257 51 0 23 17 230 65 103
Binary 1111111 11011000 10101111 101001 0 10011 1111 10011000 110101 1000011

Color Harmonies of #7FD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD8AF

Black with #7FD8AF

Text Example


Text Example

White with #7FD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,216,175); }

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

background-color css

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

 a { background-color: rgb(127,216,175); }

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

border-color css

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

 span { border-color: rgb(127,216,175); }

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