Html Css Color HEX #A1CCB5 Vista Blue

📋 copy color: '#A1CCB5'

red 161 ◦ green 204 ◦ blue 181

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

Shades of Vista Blue #A1CCB5

Tints of Vista Blue #A1CCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.36%

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

R = 29.49%
G = 37.36%
B = 33.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#A1CCB5 (or 0xA1CCB5) is known color: Vista Blue. HEX triplet: A1, CC and B5. RGB value is (161,204,181). Sum of RGB (Red+Green+Blue) = 161+204+181=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCB5 is #5E334A. Grayscale: #BCBCBC. Windows color (decimal): -6173515 or 11914401. OLE color: 11914401.

HSL color Cylindrical-coordinate representation of color #A1CCB5: hue angle of 147.91º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCB5 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 181 -
CMYK 0.21 0 0.11 0.2
HSL 147.91º 0.3% 0.72% -
HSV(B) 147.91º 0.21% 0.8% -
XYZ 44.63 54.1 51.81 -
YUV 188.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 161 204 181 0.21 0 0.11 0.2 147.91 0.3 0.72
Hex A1 CC B5 15 0 B 14 94 1E 48
Octal 241 314 265 25 0 13 24 224 36 110
Binary 10100001 11001100 10110101 10101 0 1011 10100 10010100 11110 1001000

Color Harmonies of #A1CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCB5

Black with #A1CCB5

Text Example


Text Example

White with #A1CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCB5; }

 p { color: rgb(161,204,181); }

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

background-color css

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

 a { background-color: rgb(161,204,181); }

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

border-color css

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

 span { border-color: rgb(161,204,181); }

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