#9EDFBB

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

Shades of Vista Blue #9EDFBB

Tints of Vista Blue #9EDFBB

Color information

#9EDFBB (or 0x9EDFBB) is unknown color: approx Vista Blue. HEX triplet: 9E, DF and BB. RGB value is (158,223,187). Sum of RGB (Red+Green+Blue) = 158+223+187=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFBB is #612044. Grayscale: #C7C7C7. Windows color (decimal): -6365253 or 12312478. OLE color: 12312478.

HSL color Cylindrical-coordinate representation of color #9EDFBB: hue angle of 146.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFBB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB158223187-
CMYK0.2900.160.13
HSL146.77º50.39%74.71%-
HSV(B)146.77º29.15%87.45%-
XYZ49.4663.6356.69-
YUV199.46120.9798.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=27.82%
G=39.26%
B=32.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582231870.2900.160.13146.7750.3974.71
Hex9EDFBB1D010D93324b
Octal236337273350201522362113
Binary100111101101111110111011111010100001101100100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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