Html Css Color HEX #A3DAB8 Vista Blue

📋 copy color: '#A3DAB8'

red 163 ◦ green 218 ◦ blue 184

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

Shades of Vista Blue #A3DAB8

Tints of Vista Blue #A3DAB8

RGB

 RED value IS 163 (64.06% from 255) = 28.85%

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

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

R = 28.85%
G = 38.58%
B = 32.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#A3DAB8 (or 0xA3DAB8) is known color: Vista Blue. HEX triplet: A3, DA and B8. RGB value is (163,218,184). Sum of RGB (Red+Green+Blue) = 163+218+184=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DAB8 is #5C2547. Grayscale: #C5C5C5. Windows color (decimal): -6038856 or 12114595. OLE color: 12114595.

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

Color convert

RGB 163 218 184 -
CMYK 0.25 0 0.16 0.15
HSL 142.91º 0.43% 0.75% -
HSV(B) 142.91º 0.25% 0.85% -
XYZ 48.83 61.39 54.62 -
YUV 197.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 163 218 184 0.25 0 0.16 0.15 142.91 0.43 0.75
Hex A3 DA B8 19 0 10 F 8F 2B 4B
Octal 243 332 270 31 0 20 17 217 53 113
Binary 10100011 11011010 10111000 11001 0 10000 1111 10001111 101011 1001011

Color Harmonies of #A3DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DAB8

Black with #A3DAB8

Text Example


Text Example

White with #A3DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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