Html Css Color HEX #9ADDB6 Vista Blue

📋 copy color: '#9ADDB6'

red 154 ◦ green 221 ◦ blue 182

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

Shades of Vista Blue #9ADDB6

Tints of Vista Blue #9ADDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.68%

 BLUE value IS 182 (71.48% from 255) = 32.68%

R = 27.65%
G = 39.68%
B = 32.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#9ADDB6 (or 0x9ADDB6) is known color: Vista Blue. HEX triplet: 9A, DD and B6. RGB value is (154,221,182). Sum of RGB (Red+Green+Blue) = 154+221+182=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDB6 is #652249. Grayscale: #C4C4C4. Windows color (decimal): -6627914 or 11984282. OLE color: 11984282.

HSL color Cylindrical-coordinate representation of color #9ADDB6: hue angle of 145.07º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDB6 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 182 -
CMYK 0.30 0 0.18 0.13
HSL 145.07º 0.5% 0.74% -
HSV(B) 145.07º 0.3% 0.87% -
XYZ 47.63 61.96 53.71 -
YUV 196.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 154 221 182 0.30 0 0.18 0.13 145.07 0.5 0.74
Hex 9A DD B6 1E 0 12 D 91 32 4A
Octal 232 335 266 36 0 22 15 221 62 112
Binary 10011010 11011101 10110110 11110 0 10010 1101 10010001 110010 1001010

Color Harmonies of #9ADDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDB6

Black with #9ADDB6

Text Example


Text Example

White with #9ADDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,182); }

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

background-color css

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

 a { background-color: rgb(154,221,182); }

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

border-color css

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

 span { border-color: rgb(154,221,182); }

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