Html Css Color HEX #A1CCB2 Vista Blue

📋 copy color: '#A1CCB2'

red 161 ◦ green 204 ◦ blue 178

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

Shades of Vista Blue #A1CCB2

Tints of Vista Blue #A1CCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 29.65%
G = 37.57%
B = 32.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#A1CCB2 (or 0xA1CCB2) is known color: Vista Blue. HEX triplet: A1, CC and B2. RGB value is (161,204,178). Sum of RGB (Red+Green+Blue) = 161+204+178=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCB2 is #5E334D. Grayscale: #BCBCBC. Windows color (decimal): -6173518 or 11717793. OLE color: 11717793.

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

Color convert

RGB 161 204 178 -
CMYK 0.21 0 0.13 0.2
HSL 143.72º 0.3% 0.72% -
HSV(B) 143.72º 0.21% 0.8% -
XYZ 44.33 53.98 50.2 -
YUV 188.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 161 204 178 0.21 0 0.13 0.2 143.72 0.3 0.72
Hex A1 CC B2 15 0 D 14 90 1E 48
Octal 241 314 262 25 0 15 24 220 36 110
Binary 10100001 11001100 10110010 10101 0 1101 10100 10010000 11110 1001000

Color Harmonies of #A1CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCB2

Black with #A1CCB2

Text Example


Text Example

White with #A1CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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