Html Css Color HEX #A1CEBA Vista Blue

📋 copy color: '#A1CEBA'

red 161 ◦ green 206 ◦ blue 186

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

Shades of Vista Blue #A1CEBA

Tints of Vista Blue #A1CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.25%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 29.11%
G = 37.25%
B = 33.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#A1CEBA (or 0xA1CEBA) is known color: Vista Blue. HEX triplet: A1, CE and BA. RGB value is (161,206,186). Sum of RGB (Red+Green+Blue) = 161+206+186=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEBA is #5E3145. Grayscale: #BEBEBE. Windows color (decimal): -6172998 or 12242593. OLE color: 12242593.

HSL color Cylindrical-coordinate representation of color #A1CEBA: hue angle of 153.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEBA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 186 -
CMYK 0.22 0 0.10 0.19
HSL 153.33º 0.31% 0.72% -
HSV(B) 153.33º 0.22% 0.81% -
XYZ 45.63 55.26 54.72 -
YUV 190.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 161 206 186 0.22 0 0.10 0.19 153.33 0.31 0.72
Hex A1 CE BA 16 0 A 13 99 1F 48
Octal 241 316 272 26 0 12 23 231 37 110
Binary 10100001 11001110 10111010 10110 0 1010 10011 10011001 11111 1001000

Color Harmonies of #A1CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEBA

Black with #A1CEBA

Text Example


Text Example

White with #A1CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEBA; }

 p { color: rgb(161,206,186); }

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

background-color css

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

 a { background-color: rgb(161,206,186); }

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

border-color css

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

 span { border-color: rgb(161,206,186); }

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