#9EDBBE

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

Shades of Vista Blue #9EDBBE

Tints of Vista Blue #9EDBBE

Color information

#9EDBBE (or 0x9EDBBE) is unknown color: approx Vista Blue. HEX triplet: 9E, DB and BE. RGB value is (158,219,190). Sum of RGB (Red+Green+Blue) = 158+219+190=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBBE is #612441. Grayscale: #C5C5C5. Windows color (decimal): -6366274 or 12508062. OLE color: 12508062.

HSL color Cylindrical-coordinate representation of color #9EDBBE: hue angle of 151.48º 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 #9EDBBE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB158219190-
CMYK0.2800.130.14
HSL151.48º45.86%73.92%-
HSV(B)151.48º27.85%85.88%-
XYZ48.7361.6558.05-
YUV197.46123.7999.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.87%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=27.87%
G=38.62%
B=33.51%

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
Decimal1582191900.2800.130.14151.4845.8673.92
Hex9EDBBE1C0DE972e4a
Octal236333276340151622756112
Binary10011110110110111011111011100011011110100101111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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