Html Css Color HEX #A5D6B6 Vista Blue

📋 copy color: '#A5D6B6'

red 165 ◦ green 214 ◦ blue 182

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

Shades of Vista Blue #A5D6B6

Tints of Vista Blue #A5D6B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.44%

R = 29.41%
G = 38.15%
B = 32.44%

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

#A5D6B6 (or 0xA5D6B6) is known color: Vista Blue. HEX triplet: A5, D6 and B6. RGB value is (165,214,182). Sum of RGB (Red+Green+Blue) = 165+214+182=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6B6 is #5A2949. Grayscale: #C3C3C3. Windows color (decimal): -5908810 or 11982501. OLE color: 11982501.

HSL color Cylindrical-coordinate representation of color #A5D6B6: hue angle of 140.82º 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 #A5D6B6 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 182 -
CMYK 0.23 0 0.15 0.16
HSL 140.82º 0.37% 0.74% -
HSV(B) 140.82º 0.23% 0.84% -
XYZ 48.01 59.47 53.2 -
YUV 195.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 165 214 182 0.23 0 0.15 0.16 140.82 0.37 0.74
Hex A5 D6 B6 17 0 F 10 8D 25 4A
Octal 245 326 266 27 0 17 20 215 45 112
Binary 10100101 11010110 10110110 10111 0 1111 10000 10001101 100101 1001010

Color Harmonies of #A5D6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6B6

Black with #A5D6B6

Text Example


Text Example

White with #A5D6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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