Html Css Color HEX #A5D2BB Vista Blue

📋 copy color: '#A5D2BB'

red 165 ◦ green 210 ◦ blue 187

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

Shades of Vista Blue #A5D2BB

Tints of Vista Blue #A5D2BB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.37%

 BLUE value IS 187 (73.44% from 255) = 33.27%

R = 29.36%
G = 37.37%
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

#A5D2BB (or 0xA5D2BB) is known color: Vista Blue. HEX triplet: A5, D2 and BB. RGB value is (165,210,187). Sum of RGB (Red+Green+Blue) = 165+210+187=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2BB is #5A2D44. Grayscale: #C1C1C1. Windows color (decimal): -5909829 or 12309157. OLE color: 12309157.

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

Color convert

RGB 165 210 187 -
CMYK 0.21 0 0.11 0.18
HSL 149.33º 0.33% 0.74% -
HSV(B) 149.33º 0.21% 0.82% -
XYZ 47.53 57.68 55.64 -
YUV 193.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 165 210 187 0.21 0 0.11 0.18 149.33 0.33 0.74
Hex A5 D2 BB 15 0 B 12 95 21 4A
Octal 245 322 273 25 0 13 22 225 41 112
Binary 10100101 11010010 10111011 10101 0 1011 10010 10010101 100001 1001010

Color Harmonies of #A5D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2BB

Black with #A5D2BB

Text Example


Text Example

White with #A5D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2BB; }

 p { color: rgb(165,210,187); }

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

background-color css

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

 a { background-color: rgb(165,210,187); }

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

border-color css

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

 span { border-color: rgb(165,210,187); }

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