#9EDBBF

Color #9EDBBF Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9EDBBF

Tints of Vista Blue #9EDBBF

Color information

#9EDBBF (or 0x9EDBBF) is unknown color: approx Vista Blue. HEX triplet: 9E, DB and BF. RGB value is (158,219,191). Sum of RGB (Red+Green+Blue) = 158+219+191=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBBF is #612440. Grayscale: #C5C5C5. Windows color (decimal): -6366273 or 12573598. OLE color: 12573598.

HSL color Cylindrical-coordinate representation of color #9EDBBF: hue angle of 152.46º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBBF is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB158219191-
CMYK0.2800.130.14
HSL152.46º45.86%73.92%-
HSV(B)152.46º27.85%85.88%-
XYZ48.8461.6958.62-
YUV197.57124.2999.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 191 (75% from 255) = 33.63%
R=27.82%
G=38.56%
B=33.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191910.2800.130.14152.4645.8673.92
Hex9EDBBF1C0DE982e4a
Octal236333277340151623056112
Binary10011110110110111011111111100011011110100110001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,191); }

 H1.HeaderClassName
 {
   color: #9EDBBF;
 }
 .AnyTagClassName
 {
   color: #9EDBBF;
 }
</style>
background-color css

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

 a { background-color: rgb(158,219,191); }

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

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

 span { border-color: rgb(158,219,191); }

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