Html Css Color HEX #9ADABE Vista Blue

📋 copy color: '#9ADABE'

red 154 ◦ green 218 ◦ blue 190

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

Shades of Vista Blue #9ADABE

Tints of Vista Blue #9ADABE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.79%

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

R = 27.4%
G = 38.79%
B = 33.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#9ADABE (or 0x9ADABE) is known color: Vista Blue. HEX triplet: 9A, DA and BE. RGB value is (154,218,190). Sum of RGB (Red+Green+Blue) = 154+218+190=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADABE is #652541. Grayscale: #C3C3C3. Windows color (decimal): -6628674 or 12507802. OLE color: 12507802.

HSL color Cylindrical-coordinate representation of color #9ADABE: hue angle of 153.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADABE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 190 -
CMYK 0.29 0 0.13 0.15
HSL 153.75º 0.46% 0.73% -
HSV(B) 153.75º 0.29% 0.85% -
XYZ 47.69 60.73 57.92 -
YUV 195.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 154 218 190 0.29 0 0.13 0.15 153.75 0.46 0.73
Hex 9A DA BE 1D 0 D F 9A 2E 49
Octal 232 332 276 35 0 15 17 232 56 111
Binary 10011010 11011010 10111110 11101 0 1101 1111 10011010 101110 1001001

Color Harmonies of #9ADABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADABE

Black with #9ADABE

Text Example


Text Example

White with #9ADABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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