Html Css Color HEX #9ADCB1 Vista Blue

📋 copy color: '#9ADCB1'

red 154 ◦ green 220 ◦ blue 177

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

Shades of Vista Blue #9ADCB1

Tints of Vista Blue #9ADCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.12%

R = 27.95%
G = 39.93%
B = 32.12%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#9ADCB1 (or 0x9ADCB1) is known color: Vista Blue. HEX triplet: 9A, DC and B1. RGB value is (154,220,177). Sum of RGB (Red+Green+Blue) = 154+220+177=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCB1 is #65234E. Grayscale: #C3C3C3. Windows color (decimal): -6628175 or 11656346. OLE color: 11656346.

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

Color convert

RGB 154 220 177 -
CMYK 0.3 0 0.20 0.14
HSL 140.91º 0.49% 0.73% -
HSV(B) 140.91º 0.3% 0.86% -
XYZ 46.86 61.23 50.94 -
YUV 195.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 154 220 177 0.3 0 0.20 0.14 140.91 0.49 0.73
Hex 9A DC B1 1E 0 14 E 8D 31 49
Octal 232 334 261 36 0 24 16 215 61 111
Binary 10011010 11011100 10110001 11110 0 10100 1110 10001101 110001 1001001

Color Harmonies of #9ADCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCB1

Black with #9ADCB1

Text Example


Text Example

White with #9ADCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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