Html Css Color HEX #7DDAB0 Vista Blue

📋 copy color: '#7DDAB0'

red 125 ◦ green 218 ◦ blue 176

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

Shades of Vista Blue #7DDAB0

Tints of Vista Blue #7DDAB0

RGB

 RED value IS 125 (49.22% from 255) = 24.08%

 GREEN value IS 218 (85.55% from 255) = 42%

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 24.08%
G = 42%
B = 33.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7DDAB0 (or 0x7DDAB0) is known color: Vista Blue. HEX triplet: 7D, DA and B0. RGB value is (125,218,176). Sum of RGB (Red+Green+Blue) = 125+218+176=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDAB0 is #82254F. Grayscale: #B9B9B9. Windows color (decimal): -8529232 or 11590269. OLE color: 11590269.

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

Color convert

RGB 125 218 176 -
CMYK 0.43 0 0.19 0.15
HSL 152.9º 0.56% 0.67% -
HSV(B) 152.9º 0.43% 0.85% -
XYZ 41.37 57.64 50.02 -
YUV 185.41 122.69 84.92 -
System Red Green Blue C M Y K H S L
Decimal 125 218 176 0.43 0 0.19 0.15 152.9 0.56 0.67
Hex 7D DA B0 2B 0 13 F 99 38 43
Octal 175 332 260 53 0 23 17 231 70 103
Binary 1111101 11011010 10110000 101011 0 10011 1111 10011001 111000 1000011

Color Harmonies of #7DDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDAB0

Black with #7DDAB0

Text Example


Text Example

White with #7DDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,218,176); }

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

background-color css

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

 a { background-color: rgb(125,218,176); }

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

border-color css

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

 span { border-color: rgb(125,218,176); }

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