Html Css Color HEX #7FDDB2 Vista Blue

📋 copy color: '#7FDDB2'

red 127 ◦ green 221 ◦ blue 178

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

Shades of Vista Blue #7FDDB2

Tints of Vista Blue #7FDDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 24.14%
G = 42.02%
B = 33.84%

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

#7FDDB2 (or 0x7FDDB2) is known color: Vista Blue. HEX triplet: 7F, DD and B2. RGB value is (127,221,178). Sum of RGB (Red+Green+Blue) = 127+221+178=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDDB2 is #80224D. Grayscale: #BCBCBC. Windows color (decimal): -8397390 or 11722111. OLE color: 11722111.

HSL color Cylindrical-coordinate representation of color #7FDDB2: hue angle of 152.55º 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 #7FDDB2 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 221 178 -
CMYK 0.43 0 0.19 0.13
HSL 152.55º 0.58% 0.68% -
HSV(B) 152.55º 0.43% 0.87% -
XYZ 42.64 59.44 51.34 -
YUV 187.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 127 221 178 0.43 0 0.19 0.13 152.55 0.58 0.68
Hex 7F DD B2 2B 0 13 D 99 3A 44
Octal 177 335 262 53 0 23 15 231 72 104
Binary 1111111 11011101 10110010 101011 0 10011 1101 10011001 111010 1000100

Color Harmonies of #7FDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDB2

Black with #7FDDB2

Text Example


Text Example

White with #7FDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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