Html Css Color HEX #7FDDB3 Vista Blue

📋 copy color: '#7FDDB3'

red 127 ◦ green 221 ◦ blue 179

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

Shades of Vista Blue #7FDDB3

Tints of Vista Blue #7FDDB3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.94%

 BLUE value IS 179 (70.31% from 255) = 33.97%

R = 24.1%
G = 41.94%
B = 33.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#7FDDB3 (or 0x7FDDB3) is known color: Vista Blue. HEX triplet: 7F, DD and B3. RGB value is (127,221,179). Sum of RGB (Red+Green+Blue) = 127+221+179=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDB3 is #80224C. Grayscale: #BCBCBC. Windows color (decimal): -8397389 or 11787647. OLE color: 11787647.

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

Color convert

RGB 127 221 179 -
CMYK 0.43 0 0.19 0.13
HSL 153.19º 0.58% 0.68% -
HSV(B) 153.19º 0.43% 0.87% -
XYZ 42.75 59.48 51.88 -
YUV 188.11 122.86 84.42 -
System Red Green Blue C M Y K H S L
Decimal 127 221 179 0.43 0 0.19 0.13 153.19 0.58 0.68
Hex 7F DD B3 2B 0 13 D 99 3A 44
Octal 177 335 263 53 0 23 15 231 72 104
Binary 1111111 11011101 10110011 101011 0 10011 1101 10011001 111010 1000100

Color Harmonies of #7FDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDB3

Black with #7FDDB3

Text Example


Text Example

White with #7FDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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