Html Css Color HEX #A5DAC3 Vista Blue

📋 copy color: '#A5DAC3'

red 165 ◦ green 218 ◦ blue 195

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

Shades of Vista Blue #A5DAC3

Tints of Vista Blue #A5DAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.74%

R = 28.55%
G = 37.72%
B = 33.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#A5DAC3 (or 0xA5DAC3) is known color: Vista Blue. HEX triplet: A5, DA and C3. RGB value is (165,218,195). Sum of RGB (Red+Green+Blue) = 165+218+195=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAC3 is #5A253C. Grayscale: #C7C7C7. Windows color (decimal): -5907773 or 12835493. OLE color: 12835493.

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

Color convert

RGB 165 218 195 -
CMYK 0.24 0 0.11 0.15
HSL 153.96º 0.42% 0.75% -
HSV(B) 153.96º 0.24% 0.85% -
XYZ 50.44 62.08 60.95 -
YUV 199.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 165 218 195 0.24 0 0.11 0.15 153.96 0.42 0.75
Hex A5 DA C3 18 0 B F 9A 2A 4B
Octal 245 332 303 30 0 13 17 232 52 113
Binary 10100101 11011010 11000011 11000 0 1011 1111 10011010 101010 1001011

Color Harmonies of #A5DAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DAC3

Black with #A5DAC3

Text Example


Text Example

White with #A5DAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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