Html Css Color HEX #9ADABC Vista Blue

📋 copy color: '#9ADABC'

red 154 ◦ green 218 ◦ blue 188

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

Shades of Vista Blue #9ADABC

Tints of Vista Blue #9ADABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.57%

R = 27.5%
G = 38.93%
B = 33.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#9ADABC (or 0x9ADABC) is known color: Vista Blue. HEX triplet: 9A, DA and BC. RGB value is (154,218,188). Sum of RGB (Red+Green+Blue) = 154+218+188=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADABC is #652543. Grayscale: #C3C3C3. Windows color (decimal): -6628676 or 12376730. OLE color: 12376730.

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

Color convert

RGB 154 218 188 -
CMYK 0.29 0 0.14 0.15
HSL 151.88º 0.46% 0.73% -
HSV(B) 151.88º 0.29% 0.85% -
XYZ 47.47 60.64 56.78 -
YUV 195.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 154 218 188 0.29 0 0.14 0.15 151.88 0.46 0.73
Hex 9A DA BC 1D 0 E F 98 2E 49
Octal 232 332 274 35 0 16 17 230 56 111
Binary 10011010 11011010 10111100 11101 0 1110 1111 10011000 101110 1001001

Color Harmonies of #9ADABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADABC

Black with #9ADABC

Text Example


Text Example

White with #9ADABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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