Html Css Color HEX #9ADCB6 Vista Blue

📋 copy color: '#9ADCB6'

red 154 ◦ green 220 ◦ blue 182

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

Shades of Vista Blue #9ADCB6

Tints of Vista Blue #9ADCB6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

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

R = 27.7%
G = 39.57%
B = 32.73%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#9ADCB6 (or 0x9ADCB6) is known color: Vista Blue. HEX triplet: 9A, DC and B6. RGB value is (154,220,182). Sum of RGB (Red+Green+Blue) = 154+220+182=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCB6 is #652349. Grayscale: #C4C4C4. Windows color (decimal): -6628170 or 11984026. OLE color: 11984026.

HSL color Cylindrical-coordinate representation of color #9ADCB6: hue angle of 145.45º degrees, saturation: 0.49, 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 #9ADCB6 is Cyan = 0.3, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 182 -
CMYK 0.3 0 0.17 0.14
HSL 145.45º 0.49% 0.73% -
HSV(B) 145.45º 0.3% 0.86% -
XYZ 47.36 61.43 53.62 -
YUV 195.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 154 220 182 0.3 0 0.17 0.14 145.45 0.49 0.73
Hex 9A DC B6 1E 0 11 E 91 31 49
Octal 232 334 266 36 0 21 16 221 61 111
Binary 10011010 11011100 10110110 11110 0 10001 1110 10010001 110001 1001001

Color Harmonies of #9ADCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCB6

Black with #9ADCB6

Text Example


Text Example

White with #9ADCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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