Html Css Color HEX #AADBBE Vista Blue

📋 copy color: '#AADBBE'

red 170 ◦ green 219 ◦ blue 190

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

Shades of Vista Blue #AADBBE

Tints of Vista Blue #AADBBE

RGB

 RED value IS 170 (66.8% from 255) = 29.36%

 GREEN value IS 219 (85.94% from 255) = 37.82%

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

R = 29.36%
G = 37.82%
B = 32.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#AADBBE (or 0xAADBBE) is known color: Vista Blue. HEX triplet: AA, DB and BE. RGB value is (170,219,190). Sum of RGB (Red+Green+Blue) = 170+219+190=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBBE is #552441. Grayscale: #C9C9C9. Windows color (decimal): -5579842 or 12508074. OLE color: 12508074.

HSL color Cylindrical-coordinate representation of color #AADBBE: hue angle of 144.49º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBBE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 190 -
CMYK 0.22 0 0.13 0.14
HSL 144.49º 0.4% 0.76% -
HSV(B) 144.49º 0.22% 0.86% -
XYZ 51.2 62.93 58.16 -
YUV 201.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 170 219 190 0.22 0 0.13 0.14 144.49 0.4 0.76
Hex AA DB BE 16 0 D E 90 28 4C
Octal 252 333 276 26 0 15 16 220 50 114
Binary 10101010 11011011 10111110 10110 0 1101 1110 10010000 101000 1001100

Color Harmonies of #AADBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBBE

Black with #AADBBE

Text Example


Text Example

White with #AADBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBBE; }

 p { color: rgb(170,219,190); }

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

background-color css

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

 a { background-color: rgb(170,219,190); }

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

border-color css

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

 span { border-color: rgb(170,219,190); }

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