Html Css Color HEX #A5D6B5 Vista Blue

📋 copy color: '#A5D6B5'

red 165 ◦ green 214 ◦ blue 181

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

Shades of Vista Blue #A5D6B5

Tints of Vista Blue #A5D6B5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.21%

 BLUE value IS 181 (71.09% from 255) = 32.32%

R = 29.46%
G = 38.21%
B = 32.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#A5D6B5 (or 0xA5D6B5) is known color: Vista Blue. HEX triplet: A5, D6 and B5. RGB value is (165,214,181). Sum of RGB (Red+Green+Blue) = 165+214+181=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6B5 is #5A294A. Grayscale: #C3C3C3. Windows color (decimal): -5908811 or 11916965. OLE color: 11916965.

HSL color Cylindrical-coordinate representation of color #A5D6B5: hue angle of 139.59º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6B5 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 181 -
CMYK 0.23 0 0.15 0.16
HSL 139.59º 0.37% 0.74% -
HSV(B) 139.59º 0.23% 0.84% -
XYZ 47.9 59.43 52.66 -
YUV 195.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 165 214 181 0.23 0 0.15 0.16 139.59 0.37 0.74
Hex A5 D6 B5 17 0 F 10 8C 25 4A
Octal 245 326 265 27 0 17 20 214 45 112
Binary 10100101 11010110 10110101 10111 0 1111 10000 10001100 100101 1001010

Color Harmonies of #A5D6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6B5

Black with #A5D6B5

Text Example


Text Example

White with #A5D6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6B5; }

 p { color: rgb(165,214,181); }

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

background-color css

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

 a { background-color: rgb(165,214,181); }

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

border-color css

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

 span { border-color: rgb(165,214,181); }

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