Html Css Color HEX #A5DBBA Vista Blue

📋 copy color: '#A5DBBA'

red 165 ◦ green 219 ◦ blue 186

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

Shades of Vista Blue #A5DBBA

Tints of Vista Blue #A5DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

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

R = 28.95%
G = 38.42%
B = 32.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#A5DBBA (or 0xA5DBBA) is known color: Vista Blue. HEX triplet: A5, DB and BA. RGB value is (165,219,186). Sum of RGB (Red+Green+Blue) = 165+219+186=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBBA is #5A2445. Grayscale: #C7C7C7. Windows color (decimal): -5907526 or 12245925. OLE color: 12245925.

HSL color Cylindrical-coordinate representation of color #A5DBBA: hue angle of 143.33º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBBA is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 186 -
CMYK 0.25 0 0.15 0.14
HSL 143.33º 0.43% 0.75% -
HSV(B) 143.33º 0.25% 0.86% -
XYZ 49.71 62.21 55.84 -
YUV 199.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 165 219 186 0.25 0 0.15 0.14 143.33 0.43 0.75
Hex A5 DB BA 19 0 F E 8F 2B 4B
Octal 245 333 272 31 0 17 16 217 53 113
Binary 10100101 11011011 10111010 11001 0 1111 1110 10001111 101011 1001011

Color Harmonies of #A5DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBBA

Black with #A5DBBA

Text Example


Text Example

White with #A5DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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