Html Css Color HEX #7FDBAD Vista Blue

📋 copy color: '#7FDBAD'

red 127 ◦ green 219 ◦ blue 173

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

Shades of Vista Blue #7FDBAD

Tints of Vista Blue #7FDBAD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 24.47%
G = 42.2%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#7FDBAD (or 0x7FDBAD) is known color: Vista Blue. HEX triplet: 7F, DB and AD. RGB value is (127,219,173). Sum of RGB (Red+Green+Blue) = 127+219+173=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDBAD is #802452. Grayscale: #BABABA. Windows color (decimal): -8397907 or 11393919. OLE color: 11393919.

HSL color Cylindrical-coordinate representation of color #7FDBAD: hue angle of 150º 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 #7FDBAD is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 219 173 -
CMYK 0.42 0 0.21 0.14
HSL 150º 0.56% 0.68% -
HSV(B) 150º 0.42% 0.86% -
XYZ 41.63 58.19 48.57 -
YUV 186.25 120.52 85.74 -
System Red Green Blue C M Y K H S L
Decimal 127 219 173 0.42 0 0.21 0.14 150 0.56 0.68
Hex 7F DB AD 2A 0 15 E 96 38 44
Octal 177 333 255 52 0 25 16 226 70 104
Binary 1111111 11011011 10101101 101010 0 10101 1110 10010110 111000 1000100

Color Harmonies of #7FDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDBAD

Black with #7FDBAD

Text Example


Text Example

White with #7FDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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