#9AEDB2

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

Shades of Vista Blue #9AEDB2

Tints of Vista Blue #9AEDB2

Color information

#9AEDB2 (or 0x9AEDB2) is unknown color: approx Vista Blue. HEX triplet: 9A, ED and B2. RGB value is (154,237,178). Sum of RGB (Red+Green+Blue) = 154+237+178=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEDB2 is #65124D. Grayscale: #CDCDCD. Windows color (decimal): -6623822 or 11726234. OLE color: 11726234.

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

Color convert

RGB154237178-
CMYK0.3500.250.07
HSL137.35º69.75%76.67%-
HSV(B)137.35º35.02%92.94%-
XYZ51.6570.6553.03-
YUV205.46112.591.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 237 (92.97% from 255) = 41.65%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=27.07%
G=41.65%
B=31.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542371780.3500.250.07137.3569.7576.67
Hex9AEDB223019789464d
Octal232355262430317211106115
Binary1001101011101101101100101000110110011111000100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,237,178); }

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

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

 a { background-color: rgb(154,237,178); }

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

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

 span { border-color: rgb(154,237,178); }

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