Html Css Color HEX #A5DFC1 Vista Blue

📋 copy color: '#A5DFC1'

red 165 ◦ green 223 ◦ blue 193

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

Shades of Vista Blue #A5DFC1

Tints of Vista Blue #A5DFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.22%

R = 28.4%
G = 38.38%
B = 33.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#A5DFC1 (or 0xA5DFC1) is known color: 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

RGB 165 223 193 -
CMYK 0.26 0 0.13 0.13
HSL 148.97º 0.48% 0.76% -
HSV(B) 148.97º 0.26% 0.87% -
XYZ 51.53 64.62 60.21 -
YUV 202.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 165 223 193 0.26 0 0.13 0.13 148.97 0.48 0.76
Hex A5 DF C1 1A 0 D D 95 30 4C
Octal 245 337 301 32 0 15 15 225 60 114
Binary 10100101 11011111 11000001 11010 0 1101 1101 10010101 110000 1001100

Color Harmonies of #A5DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFC1

Black with #A5DFC1

Text Example


Text Example

White with #A5DFC1

Text Example


Text Example

HTML Codes & Css Web 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>