Html Css Color HEX #A5D0BA Vista Blue

📋 copy color: '#A5D0BA'

red 165 ◦ green 208 ◦ blue 186

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

Shades of Vista Blue #A5D0BA

Tints of Vista Blue #A5D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.21%

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 29.52%
G = 37.21%
B = 33.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#A5D0BA (or 0xA5D0BA) is known color: Vista Blue. HEX triplet: A5, D0 and BA. RGB value is (165,208,186). Sum of RGB (Red+Green+Blue) = 165+208+186=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0BA is #5A2F45. Grayscale: #C0C0C0. Windows color (decimal): -5910342 or 12243109. OLE color: 12243109.

HSL color Cylindrical-coordinate representation of color #A5D0BA: hue angle of 149.3º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D0BA is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 186 -
CMYK 0.21 0 0.11 0.18
HSL 149.3º 0.31% 0.73% -
HSV(B) 149.3º 0.21% 0.82% -
XYZ 46.94 56.66 54.92 -
YUV 192.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 165 208 186 0.21 0 0.11 0.18 149.3 0.31 0.73
Hex A5 D0 BA 15 0 B 12 95 1F 49
Octal 245 320 272 25 0 13 22 225 37 111
Binary 10100101 11010000 10111010 10101 0 1011 10010 10010101 11111 1001001

Color Harmonies of #A5D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0BA

Black with #A5D0BA

Text Example


Text Example

White with #A5D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0BA; }

 p { color: rgb(165,208,186); }

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

background-color css

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

 a { background-color: rgb(165,208,186); }

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

border-color css

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

 span { border-color: rgb(165,208,186); }

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