Html Css Color HEX #9ADABD Vista Blue

📋 copy color: '#9ADABD'

red 154 ◦ green 218 ◦ blue 189

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

Shades of Vista Blue #9ADABD

Tints of Vista Blue #9ADABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.69%

R = 27.45%
G = 38.86%
B = 33.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#9ADABD (or 0x9ADABD) is known color: Vista Blue. HEX triplet: 9A, DA and BD. RGB value is (154,218,189). Sum of RGB (Red+Green+Blue) = 154+218+189=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADABD is #652542. Grayscale: #C3C3C3. Windows color (decimal): -6628675 or 12442266. OLE color: 12442266.

HSL color Cylindrical-coordinate representation of color #9ADABD: hue angle of 152.81º 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 #9ADABD is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 189 -
CMYK 0.29 0 0.13 0.15
HSL 152.81º 0.46% 0.73% -
HSV(B) 152.81º 0.29% 0.85% -
XYZ 47.58 60.69 57.35 -
YUV 195.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 154 218 189 0.29 0 0.13 0.15 152.81 0.46 0.73
Hex 9A DA BD 1D 0 D F 99 2E 49
Octal 232 332 275 35 0 15 17 231 56 111
Binary 10011010 11011010 10111101 11101 0 1101 1111 10011001 101110 1001001

Color Harmonies of #9ADABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADABD

Black with #9ADABD

Text Example


Text Example

White with #9ADABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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