Html Css Color HEX #A5DAB8 Vista Blue

📋 copy color: '#A5DAB8'

red 165 ◦ green 218 ◦ blue 184

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

Shades of Vista Blue #A5DAB8

Tints of Vista Blue #A5DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.45%

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

R = 29.1%
G = 38.45%
B = 32.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#A5DAB8 (or 0xA5DAB8) is known color: Vista Blue. HEX triplet: A5, DA and B8. RGB value is (165,218,184). Sum of RGB (Red+Green+Blue) = 165+218+184=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAB8 is #5A2547. Grayscale: #C6C6C6. Windows color (decimal): -5907784 or 12114597. OLE color: 12114597.

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

Color convert

RGB 165 218 184 -
CMYK 0.24 0 0.16 0.15
HSL 141.51º 0.42% 0.75% -
HSV(B) 141.51º 0.24% 0.85% -
XYZ 49.24 61.6 54.64 -
YUV 198.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 165 218 184 0.24 0 0.16 0.15 141.51 0.42 0.75
Hex A5 DA B8 18 0 10 F 8E 2A 4B
Octal 245 332 270 30 0 20 17 216 52 113
Binary 10100101 11011010 10111000 11000 0 10000 1111 10001110 101010 1001011

Color Harmonies of #A5DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAB8

Black with #A5DAB8

Text Example


Text Example

White with #A5DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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