Html Css Color HEX #A1D8BE Vista Blue

📋 copy color: '#A1D8BE'

red 161 ◦ green 216 ◦ blue 190

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

Shades of Vista Blue #A1D8BE

Tints of Vista Blue #A1D8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.1%

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 28.4%
G = 38.1%
B = 33.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#A1D8BE (or 0xA1D8BE) is known color: Vista Blue. HEX triplet: A1, D8 and BE. RGB value is (161,216,190). Sum of RGB (Red+Green+Blue) = 161+216+190=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8BE is #5E2741. Grayscale: #C4C4C4. Windows color (decimal): -6170434 or 12507297. OLE color: 12507297.

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

Color convert

RGB 161 216 190 -
CMYK 0.25 0 0.12 0.15
HSL 151.64º 0.41% 0.74% -
HSV(B) 151.64º 0.25% 0.85% -
XYZ 48.55 60.41 57.82 -
YUV 196.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 161 216 190 0.25 0 0.12 0.15 151.64 0.41 0.74
Hex A1 D8 BE 19 0 C F 98 29 4A
Octal 241 330 276 31 0 14 17 230 51 112
Binary 10100001 11011000 10111110 11001 0 1100 1111 10011000 101001 1001010

Color Harmonies of #A1D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D8BE

Black with #A1D8BE

Text Example


Text Example

White with #A1D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D8BE; }

 p { color: rgb(161,216,190); }

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

background-color css

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

 a { background-color: rgb(161,216,190); }

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

border-color css

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

 span { border-color: rgb(161,216,190); }

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