Html Css Color HEX #A6DFC1 Vista Blue

📋 copy color: '#A6DFC1'

red 166 ◦ green 223 ◦ blue 193

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

Shades of Vista Blue #A6DFC1

Tints of Vista Blue #A6DFC1

RGB

 RED value IS 166 (65.23% from 255) = 28.52%

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

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

R = 28.52%
G = 38.32%
B = 33.16%

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

#A6DFC1 (or 0xA6DFC1) is known color: Vista Blue. HEX triplet: A6, DF and C1. RGB value is (166,223,193). Sum of RGB (Red+Green+Blue) = 166+223+193=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFC1 is #59203E. Grayscale: #CACACA. Windows color (decimal): -5840959 or 12705702. OLE color: 12705702.

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

Color convert

RGB 166 223 193 -
CMYK 0.26 0 0.13 0.13
HSL 148.42º 0.47% 0.76% -
HSV(B) 148.42º 0.26% 0.87% -
XYZ 51.74 64.73 60.22 -
YUV 202.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 166 223 193 0.26 0 0.13 0.13 148.42 0.47 0.76
Hex A6 DF C1 1A 0 D D 94 2F 4C
Octal 246 337 301 32 0 15 15 224 57 114
Binary 10100110 11011111 11000001 11010 0 1101 1101 10010100 101111 1001100

Color Harmonies of #A6DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFC1

Black with #A6DFC1

Text Example


Text Example

White with #A6DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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