Html Css Color HEX #A5DDBD Vista Blue

📋 copy color: '#A5DDBD'

red 165 ◦ green 221 ◦ blue 189

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

Shades of Vista Blue #A5DDBD

Tints of Vista Blue #A5DDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 28.7%
G = 38.43%
B = 32.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#A5DDBD (or 0xA5DDBD) is known color: Vista Blue. HEX triplet: A5, DD and BD. RGB value is (165,221,189). Sum of RGB (Red+Green+Blue) = 165+221+189=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDBD is #5A2242. Grayscale: #C8C8C8. Windows color (decimal): -5907011 or 12443045. OLE color: 12443045.

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

Color convert

RGB 165 221 189 -
CMYK 0.25 0 0.14 0.13
HSL 145.71º 0.45% 0.76% -
HSV(B) 145.71º 0.25% 0.87% -
XYZ 50.56 63.39 57.71 -
YUV 200.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 165 221 189 0.25 0 0.14 0.13 145.71 0.45 0.76
Hex A5 DD BD 19 0 E D 92 2D 4C
Octal 245 335 275 31 0 16 15 222 55 114
Binary 10100101 11011101 10111101 11001 0 1110 1101 10010010 101101 1001100

Color Harmonies of #A5DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDBD

Black with #A5DDBD

Text Example


Text Example

White with #A5DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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