#A5DFC1

Color #A5DFC1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #A5DFC1

Tints of Vista Blue #A5DFC1

Color information

#A5DFC1 (or 0xA5DFC1) is unknown color: approx Vista Blue. HEX triplet: A5, DF and C1. RGB value is (165,223,193). Sum of RGB (Red+Green+Blue) = 165+223+193=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFC1 is #5A203E. Grayscale: #CACACA. Windows color (decimal): -5906495 or 12705701. OLE color: 12705701.

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

Color convert

RGB165223193-
CMYK0.2600.130.13
HSL148.97º47.54%76.08%-
HSV(B)148.97º26.01%87.45%-
XYZ51.5364.6260.21-
YUV202.24122.78101.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.40%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=28.40%
G=38.38%
B=33.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231930.2600.130.13148.9747.5476.08
HexA5DFC11A0DD95304c
Octal245337301320151522560114
Binary10100101110111111100000111010011011101100101011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFC1; }

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

 H1.HeaderClassName
 {
   color: #A5DFC1;
 }
 .AnyTagClassName
 {
   color: #A5DFC1;
 }
</style>
background-color css

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

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

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

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

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

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