Html Css Color HEX #A5DFBC Vista Blue

📋 copy color: '#A5DFBC'

red 165 ◦ green 223 ◦ blue 188

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

Shades of Vista Blue #A5DFBC

Tints of Vista Blue #A5DFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.72%

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

R = 28.65%
G = 38.72%
B = 32.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#A5DFBC (or 0xA5DFBC) is known color: Vista Blue. HEX triplet: A5, DF and BC. RGB value is (165,223,188). Sum of RGB (Red+Green+Blue) = 165+223+188=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFBC is #5A2043. Grayscale: #C9C9C9. Windows color (decimal): -5906500 or 12378021. OLE color: 12378021.

HSL color Cylindrical-coordinate representation of color #A5DFBC: hue angle of 143.79º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFBC is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 188 -
CMYK 0.26 0 0.16 0.13
HSL 143.79º 0.48% 0.76% -
HSV(B) 143.79º 0.26% 0.87% -
XYZ 50.98 64.41 57.32 -
YUV 201.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 165 223 188 0.26 0 0.16 0.13 143.79 0.48 0.76
Hex A5 DF BC 1A 0 10 D 90 30 4C
Octal 245 337 274 32 0 20 15 220 60 114
Binary 10100101 11011111 10111100 11010 0 10000 1101 10010000 110000 1001100

Color Harmonies of #A5DFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFBC

Black with #A5DFBC

Text Example


Text Example

White with #A5DFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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