Html Css Color HEX #9ED0AF Vista Blue

📋 copy color: '#9ED0AF'

red 158 ◦ green 208 ◦ blue 175

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

Shades of Vista Blue #9ED0AF

Tints of Vista Blue #9ED0AF

RGB

 RED value IS 158 (62.11% from 255) = 29.21%

 GREEN value IS 208 (81.64% from 255) = 38.45%

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

R = 29.21%
G = 38.45%
B = 32.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#9ED0AF (or 0x9ED0AF) is known color: Vista Blue. HEX triplet: 9E, D0 and AF. RGB value is (158,208,175). Sum of RGB (Red+Green+Blue) = 158+208+175=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED0AF is #612F50. Grayscale: #BDBDBD. Windows color (decimal): -6369105 or 11522206. OLE color: 11522206.

HSL color Cylindrical-coordinate representation of color #9ED0AF: hue angle of 140.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED0AF is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 175 -
CMYK 0.24 0 0.16 0.18
HSL 140.4º 0.35% 0.72% -
HSV(B) 140.4º 0.24% 0.82% -
XYZ 44.39 55.48 48.93 -
YUV 189.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 158 208 175 0.24 0 0.16 0.18 140.4 0.35 0.72
Hex 9E D0 AF 18 0 10 12 8C 23 48
Octal 236 320 257 30 0 20 22 214 43 110
Binary 10011110 11010000 10101111 11000 0 10000 10010 10001100 100011 1001000

Color Harmonies of #9ED0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED0AF

Black with #9ED0AF

Text Example


Text Example

White with #9ED0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED0AF; }

 p { color: rgb(158,208,175); }

 H1.HeaderClassName
 {
   color: #9ED0AF;
 }
 .AnyTagClassName
 {
   color: #9ED0AF;
 }
</style>

background-color css

<style>
 a { background-color: #9ED0AF; }

 a { background-color: rgb(158,208,175); }

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

border-color css

<style>
 span { border-color: #9ED0AF; }

 span { border-color: rgb(158,208,175); }

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