Html Css Color HEX #9ADCC0 Vista Blue

📋 copy color: '#9ADCC0'

red 154 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #9ADCC0

Tints of Vista Blue #9ADCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 27.21%
G = 38.87%
B = 33.92%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#9ADCC0 (or 0x9ADCC0) is known color: Vista Blue. HEX triplet: 9A, DC and C0. RGB value is (154,220,192). Sum of RGB (Red+Green+Blue) = 154+220+192=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC0 is #65233F. Grayscale: #C5C5C5. Windows color (decimal): -6628160 or 12639386. OLE color: 12639386.

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

Color convert

RGB 154 220 192 -
CMYK 0.3 0 0.13 0.14
HSL 154.55º 0.49% 0.73% -
HSV(B) 154.55º 0.3% 0.86% -
XYZ 48.43 61.86 59.26 -
YUV 197.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 154 220 192 0.3 0 0.13 0.14 154.55 0.49 0.73
Hex 9A DC C0 1E 0 D E 9B 31 49
Octal 232 334 300 36 0 15 16 233 61 111
Binary 10011010 11011100 11000000 11110 0 1101 1110 10011011 110001 1001001

Color Harmonies of #9ADCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCC0

Black with #9ADCC0

Text Example


Text Example

White with #9ADCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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