Html Css Color HEX #A5D7B7 Vista Blue

📋 copy color: '#A5D7B7'

red 165 ◦ green 215 ◦ blue 183

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

Shades of Vista Blue #A5D7B7

Tints of Vista Blue #A5D7B7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.19%

 BLUE value IS 183 (71.88% from 255) = 32.5%

R = 29.31%
G = 38.19%
B = 32.5%

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

#A5D7B7 (or 0xA5D7B7) is known color: Vista Blue. HEX triplet: A5, D7 and B7. RGB value is (165,215,183). Sum of RGB (Red+Green+Blue) = 165+215+183=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7B7 is #5A2848. Grayscale: #C4C4C4. Windows color (decimal): -5908553 or 12048293. OLE color: 12048293.

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

Color convert

RGB 165 215 183 -
CMYK 0.23 0 0.15 0.16
HSL 141.6º 0.38% 0.75% -
HSV(B) 141.6º 0.23% 0.84% -
XYZ 48.36 60.02 53.84 -
YUV 196.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 165 215 183 0.23 0 0.15 0.16 141.6 0.38 0.75
Hex A5 D7 B7 17 0 F 10 8E 26 4B
Octal 245 327 267 27 0 17 20 216 46 113
Binary 10100101 11010111 10110111 10111 0 1111 10000 10001110 100110 1001011

Color Harmonies of #A5D7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D7B7

Black with #A5D7B7

Text Example


Text Example

White with #A5D7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D7B7; }

 p { color: rgb(165,215,183); }

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

background-color css

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

 a { background-color: rgb(165,215,183); }

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

border-color css

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

 span { border-color: rgb(165,215,183); }

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