Html Css Color HEX #A5DFBB Vista Blue

📋 copy color: '#A5DFBB'

red 165 ◦ green 223 ◦ blue 187

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

Shades of Vista Blue #A5DFBB

Tints of Vista Blue #A5DFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.52%

R = 28.7%
G = 38.78%
B = 32.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#A5DFBB (or 0xA5DFBB) is known color: Vista Blue. HEX triplet: A5, DF and BB. RGB value is (165,223,187). Sum of RGB (Red+Green+Blue) = 165+223+187=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFBB is #5A2044. Grayscale: #C9C9C9. Windows color (decimal): -5906501 or 12312485. OLE color: 12312485.

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

Color convert

RGB 165 223 187 -
CMYK 0.26 0 0.16 0.13
HSL 142.76º 0.48% 0.76% -
HSV(B) 142.76º 0.26% 0.87% -
XYZ 50.87 64.36 56.76 -
YUV 201.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 165 223 187 0.26 0 0.16 0.13 142.76 0.48 0.76
Hex A5 DF BB 1A 0 10 D 8F 30 4C
Octal 245 337 273 32 0 20 15 217 60 114
Binary 10100101 11011111 10111011 11010 0 10000 1101 10001111 110000 1001100

Color Harmonies of #A5DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFBB

Black with #A5DFBB

Text Example


Text Example

White with #A5DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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