Html Css Color HEX #A1DAB8 Vista Blue

📋 copy color: '#A1DAB8'

red 161 ◦ green 218 ◦ blue 184

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

Shades of Vista Blue #A1DAB8

Tints of Vista Blue #A1DAB8

RGB

 RED value IS 161 (63.28% from 255) = 28.6%

 GREEN value IS 218 (85.55% from 255) = 38.72%

 BLUE value IS 184 (72.27% from 255) = 32.68%

R = 28.6%
G = 38.72%
B = 32.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#A1DAB8 (or 0xA1DAB8) is known color: Vista Blue. HEX triplet: A1, DA and B8. RGB value is (161,218,184). Sum of RGB (Red+Green+Blue) = 161+218+184=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAB8 is #5E2547. Grayscale: #C5C5C5. Windows color (decimal): -6169928 or 12114593. OLE color: 12114593.

HSL color Cylindrical-coordinate representation of color #A1DAB8: hue angle of 144.21º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAB8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 184 -
CMYK 0.26 0 0.16 0.15
HSL 144.21º 0.44% 0.74% -
HSV(B) 144.21º 0.26% 0.85% -
XYZ 48.42 61.18 54.6 -
YUV 197.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 161 218 184 0.26 0 0.16 0.15 144.21 0.44 0.74
Hex A1 DA B8 1A 0 10 F 90 2C 4A
Octal 241 332 270 32 0 20 17 220 54 112
Binary 10100001 11011010 10111000 11010 0 10000 1111 10010000 101100 1001010

Color Harmonies of #A1DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAB8

Black with #A1DAB8

Text Example


Text Example

White with #A1DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAB8; }

 p { color: rgb(161,218,184); }

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

background-color css

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

 a { background-color: rgb(161,218,184); }

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

border-color css

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

 span { border-color: rgb(161,218,184); }

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