#9AEBB7

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

Shades of Vista Blue #9AEBB7

Tints of Vista Blue #9AEBB7

Color information

#9AEBB7 (or 0x9AEBB7) is unknown color: approx Vista Blue. HEX triplet: 9A, EB and B7. RGB value is (154,235,183). Sum of RGB (Red+Green+Blue) = 154+235+183=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBB7 is #651448. Grayscale: #CCCCCC. Windows color (decimal): -6624329 or 12053402. OLE color: 12053402.

HSL color Cylindrical-coordinate representation of color #9AEBB7: hue angle of 141.48º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBB7 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB154235183-
CMYK0.3400.220.08
HSL141.48º66.94%76.27%-
HSV(B)141.48º34.47%92.16%-
XYZ51.5869.7155.54-
YUV204.85115.6691.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.92%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=26.92%
G=41.08%
B=31.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351830.3400.220.08141.4866.9476.27
Hex9AEBB72201688d434c
Octal2323532674202610215103114
Binary10011010111010111011011110001001011010001000110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,183); }

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

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

 a { background-color: rgb(154,235,183); }

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

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

 span { border-color: rgb(154,235,183); }

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