#9ADBBE

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

Shades of Vista Blue #9ADBBE

Tints of Vista Blue #9ADBBE

Color information

#9ADBBE (or 0x9ADBBE) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and BE. RGB value is (154,219,190). Sum of RGB (Red+Green+Blue) = 154+219+190=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBBE is #652441. Grayscale: #C4C4C4. Windows color (decimal): -6628418 or 12508058. OLE color: 12508058.

HSL color Cylindrical-coordinate representation of color #9ADBBE: hue angle of 153.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBBE is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB154219190-
CMYK0.3000.130.14
HSL153.23º47.45%73.14%-
HSV(B)153.23º29.68%85.88%-
XYZ47.9561.2558.01-
YUV196.26124.4797.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=27.35%
G=38.90%
B=33.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191900.3000.130.14153.2347.4573.14
Hex9ADBBE1E0DE992f49
Octal232333276360151623157111
Binary10011010110110111011111011110011011110100110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,219,190); }

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

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

 a { background-color: rgb(154,219,190); }

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

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

 span { border-color: rgb(154,219,190); }

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