#9DEEB6

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

Shades of Vista Blue #9DEEB6

Tints of Vista Blue #9DEEB6

Color information

#9DEEB6 (or 0x9DEEB6) is unknown color: approx Vista Blue. HEX triplet: 9D, EE and B6. RGB value is (157,238,182). Sum of RGB (Red+Green+Blue) = 157+238+182=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEB6 is #621149. Grayscale: #CFCFCF. Windows color (decimal): -6426954 or 11988637. OLE color: 11988637.

HSL color Cylindrical-coordinate representation of color #9DEEB6: hue angle of 138.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEB6 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB157238182-
CMYK0.3400.240.07
HSL138.52º70.43%77.45%-
HSV(B)138.52º34.03%93.33%-
XYZ52.9271.6955.31-
YUV207.4113.6692.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.21%
GREEN value IS 238 (93.36% from 255) = 41.25%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=27.21%
G=41.25%
B=31.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381820.3400.240.07138.5270.4377.45
Hex9DEEB62201878b464d
Octal235356266420307213106115
Binary1001110111101110101101101000100110001111000101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,182); }

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

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

 a { background-color: rgb(157,238,182); }

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

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

 span { border-color: rgb(157,238,182); }

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