Html Css Color HEX #9ADAB9 Vista Blue

📋 copy color: '#9ADAB9'

red 154 ◦ green 218 ◦ blue 185

#9ADAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #9ADAB9

Tints of Vista Blue #9ADAB9

RGB

 RED value IS 154 (60.55% from 255) = 27.65%

 GREEN value IS 218 (85.55% from 255) = 39.14%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 27.65%
G = 39.14%
B = 33.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#9ADAB9 (or 0x9ADAB9) is known color: Vista Blue. HEX triplet: 9A, DA and B9. RGB value is (154,218,185). Sum of RGB (Red+Green+Blue) = 154+218+185=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADAB9 is #652546. Grayscale: #C3C3C3. Windows color (decimal): -6628679 or 12180122. OLE color: 12180122.

HSL color Cylindrical-coordinate representation of color #9ADAB9: hue angle of 149.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAB9 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 185 -
CMYK 0.29 0 0.15 0.15
HSL 149.06º 0.46% 0.73% -
HSV(B) 149.06º 0.29% 0.85% -
XYZ 47.15 60.52 55.09 -
YUV 195.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 154 218 185 0.29 0 0.15 0.15 149.06 0.46 0.73
Hex 9A DA B9 1D 0 F F 95 2E 49
Octal 232 332 271 35 0 17 17 225 56 111
Binary 10011010 11011010 10111001 11101 0 1111 1111 10010101 101110 1001001

Color Harmonies of #9ADAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAB9

Black with #9ADAB9

Text Example


Text Example

White with #9ADAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,218,185); }

 H1.HeaderClassName
 {
   color: #9ADAB9;
 }
 .AnyTagClassName
 {
   color: #9ADAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(154,218,185); }

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

border-color css

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

 span { border-color: rgb(154,218,185); }

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