Html Css Color HEX #9ED0BB Vista Blue

📋 copy color: '#9ED0BB'

red 158 ◦ green 208 ◦ blue 187

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

Shades of Vista Blue #9ED0BB

Tints of Vista Blue #9ED0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 28.57%
G = 37.61%
B = 33.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#9ED0BB (or 0x9ED0BB) is known color: Vista Blue. HEX triplet: 9E, D0 and BB. RGB value is (158,208,187). Sum of RGB (Red+Green+Blue) = 158+208+187=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED0BB is #612F44. Grayscale: #BEBEBE. Windows color (decimal): -6369093 or 12308638. OLE color: 12308638.

HSL color Cylindrical-coordinate representation of color #9ED0BB: hue angle of 154.8º 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 #9ED0BB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 187 -
CMYK 0.24 0 0.10 0.18
HSL 154.8º 0.35% 0.72% -
HSV(B) 154.8º 0.24% 0.82% -
XYZ 45.63 55.97 55.41 -
YUV 190.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 158 208 187 0.24 0 0.10 0.18 154.8 0.35 0.72
Hex 9E D0 BB 18 0 A 12 9B 23 48
Octal 236 320 273 30 0 12 22 233 43 110
Binary 10011110 11010000 10111011 11000 0 1010 10010 10011011 100011 1001000

Color Harmonies of #9ED0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED0BB

Black with #9ED0BB

Text Example


Text Example

White with #9ED0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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