Html Css Color HEX #A5DFBE Vista Blue

📋 copy color: '#A5DFBE'

red 165 ◦ green 223 ◦ blue 190

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

Shades of Vista Blue #A5DFBE

Tints of Vista Blue #A5DFBE

RGB

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

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

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

R = 28.55%
G = 38.58%
B = 32.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A5DFBE (or 0xA5DFBE) is known color: Vista Blue. HEX triplet: A5, DF and BE. RGB value is (165,223,190). Sum of RGB (Red+Green+Blue) = 165+223+190=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFBE is #5A2041. Grayscale: #C9C9C9. Windows color (decimal): -5906498 or 12509093. OLE color: 12509093.

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

Color convert

RGB 165 223 190 -
CMYK 0.26 0 0.15 0.13
HSL 145.86º 0.48% 0.76% -
HSV(B) 145.86º 0.26% 0.87% -
XYZ 51.2 64.49 58.47 -
YUV 201.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 165 223 190 0.26 0 0.15 0.13 145.86 0.48 0.76
Hex A5 DF BE 1A 0 F D 92 30 4C
Octal 245 337 276 32 0 17 15 222 60 114
Binary 10100101 11011111 10111110 11010 0 1111 1101 10010010 110000 1001100

Color Harmonies of #A5DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFBE

Black with #A5DFBE

Text Example


Text Example

White with #A5DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFBE; }

 p { color: rgb(165,223,190); }

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

background-color css

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

 a { background-color: rgb(165,223,190); }

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

border-color css

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

 span { border-color: rgb(165,223,190); }

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