Html Css Color HEX #A5DDBA Vista Blue

📋 copy color: '#A5DDBA'

red 165 ◦ green 221 ◦ blue 186

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

Shades of Vista Blue #A5DDBA

Tints of Vista Blue #A5DDBA

RGB

 RED value IS 165 (64.84% from 255) = 28.85%

 GREEN value IS 221 (86.72% from 255) = 38.64%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 28.85%
G = 38.64%
B = 32.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#A5DDBA (or 0xA5DDBA) is known color: Vista Blue. HEX triplet: A5, DD and BA. RGB value is (165,221,186). Sum of RGB (Red+Green+Blue) = 165+221+186=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDBA is #5A2245. Grayscale: #C8C8C8. Windows color (decimal): -5907014 or 12246437. OLE color: 12246437.

HSL color Cylindrical-coordinate representation of color #A5DDBA: hue angle of 142.5º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDBA is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 186 -
CMYK 0.25 0 0.16 0.13
HSL 142.5º 0.45% 0.76% -
HSV(B) 142.5º 0.25% 0.87% -
XYZ 50.24 63.26 56.02 -
YUV 200.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 165 221 186 0.25 0 0.16 0.13 142.5 0.45 0.76
Hex A5 DD BA 19 0 10 D 8E 2D 4C
Octal 245 335 272 31 0 20 15 216 55 114
Binary 10100101 11011101 10111010 11001 0 10000 1101 10001110 101101 1001100

Color Harmonies of #A5DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDBA

Black with #A5DDBA

Text Example


Text Example

White with #A5DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDBA; }

 p { color: rgb(165,221,186); }

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

background-color css

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

 a { background-color: rgb(165,221,186); }

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

border-color css

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

 span { border-color: rgb(165,221,186); }

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