Html Css Color HEX #A5DBBC Vista Blue

📋 copy color: '#A5DBBC'

red 165 ◦ green 219 ◦ blue 188

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

Shades of Vista Blue #A5DBBC

Tints of Vista Blue #A5DBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.87%

R = 28.85%
G = 38.29%
B = 32.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#A5DBBC (or 0xA5DBBC) is known color: Vista Blue. HEX triplet: A5, DB and BC. RGB value is (165,219,188). Sum of RGB (Red+Green+Blue) = 165+219+188=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBBC is #5A2443. Grayscale: #C7C7C7. Windows color (decimal): -5907524 or 12376997. OLE color: 12376997.

HSL color Cylindrical-coordinate representation of color #A5DBBC: hue angle of 145.56º 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 #A5DBBC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 188 -
CMYK 0.25 0 0.14 0.14
HSL 145.56º 0.43% 0.75% -
HSV(B) 145.56º 0.25% 0.86% -
XYZ 49.93 62.29 56.97 -
YUV 199.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 165 219 188 0.25 0 0.14 0.14 145.56 0.43 0.75
Hex A5 DB BC 19 0 E E 92 2B 4B
Octal 245 333 274 31 0 16 16 222 53 113
Binary 10100101 11011011 10111100 11001 0 1110 1110 10010010 101011 1001011

Color Harmonies of #A5DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBBC

Black with #A5DBBC

Text Example


Text Example

White with #A5DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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