#9ED4BF

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

Shades of Vista Blue #9ED4BF

Tints of Vista Blue #9ED4BF

Color information

#9ED4BF (or 0x9ED4BF) is unknown color: approx Vista Blue. HEX triplet: 9E, D4 and BF. RGB value is (158,212,191). Sum of RGB (Red+Green+Blue) = 158+212+191=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED4BF is #612B40. Grayscale: #C1C1C1. Windows color (decimal): -6368065 or 12571806. OLE color: 12571806.

HSL color Cylindrical-coordinate representation of color #9ED4BF: hue angle of 156.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED4BF is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB158212191-
CMYK0.2500.100.17
HSL156.67º38.57%72.55%-
HSV(B)156.67º25.47%83.14%-
XYZ47.0558.1258.03-
YUV193.46126.61102.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 191 (75% from 255) = 34.05%
R=28.16%
G=37.79%
B=34.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121910.2500.100.17156.6738.5772.55
Hex9ED4BF190A119d2749
Octal236324277310122123547111
Binary100111101101010010111111110010101010001100111011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,212,191); }

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

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

 a { background-color: rgb(158,212,191); }

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

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

 span { border-color: rgb(158,212,191); }

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