#9ED6B3

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

Shades of Vista Blue #9ED6B3

Tints of Vista Blue #9ED6B3

Color information

#9ED6B3 (or 0x9ED6B3) is unknown color: approx Vista Blue. HEX triplet: 9E, D6 and B3. RGB value is (158,214,179). Sum of RGB (Red+Green+Blue) = 158+214+179=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED6B3 is #61294C. Grayscale: #C1C1C1. Windows color (decimal): -6367565 or 11785886. OLE color: 11785886.

HSL color Cylindrical-coordinate representation of color #9ED6B3: hue angle of 142.5º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED6B3 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB158214179-
CMYK0.2600.160.16
HSL142.5º40.58%72.94%-
HSV(B)142.5º26.17%83.92%-
XYZ46.2858.6251.52-
YUV193.27119.95102.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.68%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=28.68%
G=38.84%
B=32.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582141790.2600.160.16142.540.5872.94
Hex9ED6B31A010108e2949
Octal236326263320202021651111
Binary1001111011010110101100111101001000010000100011101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,214,179); }

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

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

 a { background-color: rgb(158,214,179); }

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

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

 span { border-color: rgb(158,214,179); }

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