Html Css Color HEX #9ADCBE Vista Blue

📋 copy color: '#9ADCBE'

red 154 ◦ green 220 ◦ blue 190

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

Shades of Vista Blue #9ADCBE

Tints of Vista Blue #9ADCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 27.3%
G = 39.01%
B = 33.69%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#9ADCBE (or 0x9ADCBE) is known color: Vista Blue. HEX triplet: 9A, DC and BE. RGB value is (154,220,190). Sum of RGB (Red+Green+Blue) = 154+220+190=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCBE is #652341. Grayscale: #C4C4C4. Windows color (decimal): -6628162 or 12508314. OLE color: 12508314.

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

Color convert

RGB 154 220 190 -
CMYK 0.3 0 0.14 0.14
HSL 152.73º 0.49% 0.73% -
HSV(B) 152.73º 0.3% 0.86% -
XYZ 48.21 61.77 58.1 -
YUV 196.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 154 220 190 0.3 0 0.14 0.14 152.73 0.49 0.73
Hex 9A DC BE 1E 0 E E 99 31 49
Octal 232 334 276 36 0 16 16 231 61 111
Binary 10011010 11011100 10111110 11110 0 1110 1110 10011001 110001 1001001

Color Harmonies of #9ADCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCBE

Black with #9ADCBE

Text Example


Text Example

White with #9ADCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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