Html Css Color HEX #A5C9B5 Vista Blue

📋 copy color: '#A5C9B5'

red 165 ◦ green 201 ◦ blue 181

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

Shades of Vista Blue #A5C9B5

Tints of Vista Blue #A5C9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.75%

 BLUE value IS 181 (71.09% from 255) = 33.09%

R = 30.16%
G = 36.75%
B = 33.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#A5C9B5 (or 0xA5C9B5) is known color: Vista Blue. HEX triplet: A5, C9 and B5. RGB value is (165,201,181). Sum of RGB (Red+Green+Blue) = 165+201+181=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9B5 is #5A364A. Grayscale: #BBBBBB. Windows color (decimal): -5912139 or 11913637. OLE color: 11913637.

HSL color Cylindrical-coordinate representation of color #A5C9B5: hue angle of 146.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C9B5 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 181 -
CMYK 0.18 0 0.10 0.21
HSL 146.67º 0.25% 0.72% -
HSV(B) 146.67º 0.18% 0.79% -
XYZ 44.74 53.11 51.61 -
YUV 187.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 165 201 181 0.18 0 0.10 0.21 146.67 0.25 0.72
Hex A5 C9 B5 12 0 A 15 93 19 48
Octal 245 311 265 22 0 12 25 223 31 110
Binary 10100101 11001001 10110101 10010 0 1010 10101 10010011 11001 1001000

Color Harmonies of #A5C9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C9B5

Black with #A5C9B5

Text Example


Text Example

White with #A5C9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C9B5; }

 p { color: rgb(165,201,181); }

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

background-color css

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

 a { background-color: rgb(165,201,181); }

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

border-color css

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

 span { border-color: rgb(165,201,181); }

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