Html Css Color HEX #A5DCBD Vista Blue

📋 copy color: '#A5DCBD'

red 165 ◦ green 220 ◦ blue 189

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

Shades of Vista Blue #A5DCBD

Tints of Vista Blue #A5DCBD

RGB

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

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

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

R = 28.75%
G = 38.33%
B = 32.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#A5DCBD (or 0xA5DCBD) is known color: Vista Blue. HEX triplet: A5, DC and BD. RGB value is (165,220,189). Sum of RGB (Red+Green+Blue) = 165+220+189=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCBD is #5A2342. Grayscale: #C8C8C8. Windows color (decimal): -5907267 or 12442789. OLE color: 12442789.

HSL color Cylindrical-coordinate representation of color #A5DCBD: hue angle of 146.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCBD is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 189 -
CMYK 0.25 0 0.14 0.14
HSL 146.18º 0.44% 0.75% -
HSV(B) 146.18º 0.25% 0.86% -
XYZ 50.3 62.86 57.63 -
YUV 200.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 165 220 189 0.25 0 0.14 0.14 146.18 0.44 0.75
Hex A5 DC BD 19 0 E E 92 2C 4B
Octal 245 334 275 31 0 16 16 222 54 113
Binary 10100101 11011100 10111101 11001 0 1110 1110 10010010 101100 1001011

Color Harmonies of #A5DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCBD

Black with #A5DCBD

Text Example


Text Example

White with #A5DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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