Html Css Color HEX #A5D6B8 Vista Blue

📋 copy color: '#A5D6B8'

red 165 ◦ green 214 ◦ blue 184

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

Shades of Vista Blue #A5D6B8

Tints of Vista Blue #A5D6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.68%

R = 29.31%
G = 38.01%
B = 32.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#A5D6B8 (or 0xA5D6B8) is known color: Vista Blue. HEX triplet: A5, D6 and B8. RGB value is (165,214,184). Sum of RGB (Red+Green+Blue) = 165+214+184=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6B8 is #5A2947. Grayscale: #C4C4C4. Windows color (decimal): -5908808 or 12113573. OLE color: 12113573.

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

Color convert

RGB 165 214 184 -
CMYK 0.23 0 0.14 0.16
HSL 143.27º 0.37% 0.74% -
HSV(B) 143.27º 0.23% 0.84% -
XYZ 48.22 59.55 54.3 -
YUV 195.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 165 214 184 0.23 0 0.14 0.16 143.27 0.37 0.74
Hex A5 D6 B8 17 0 E 10 8F 25 4A
Octal 245 326 270 27 0 16 20 217 45 112
Binary 10100101 11010110 10111000 10111 0 1110 10000 10001111 100101 1001010

Color Harmonies of #A5D6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6B8

Black with #A5D6B8

Text Example


Text Example

White with #A5D6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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