#9EDBB8

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

Shades of Vista Blue #9EDBB8

Tints of Vista Blue #9EDBB8

Color information

#9EDBB8 (or 0x9EDBB8) is unknown color: approx Vista Blue. HEX triplet: 9E, DB and B8. RGB value is (158,219,184). Sum of RGB (Red+Green+Blue) = 158+219+184=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBB8 is #612447. Grayscale: #C4C4C4. Windows color (decimal): -6366280 or 12114846. OLE color: 12114846.

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

Color convert

RGB158219184-
CMYK0.2800.160.14
HSL145.57º45.86%73.92%-
HSV(B)145.57º27.85%85.88%-
XYZ48.0861.3954.66-
YUV196.77120.79100.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=28.16%
G=39.04%
B=32.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191840.2800.160.14145.5745.8673.92
Hex9EDBB81C010E922e4a
Octal236333270340201622256112
Binary100111101101101110111000111000100001110100100101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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