Html Css Color HEX #A1CAE2 Sail

📋 copy color: '#A1CAE2'

red 161 ◦ green 202 ◦ blue 226

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

Shades of Sail #A1CAE2

Tints of Sail #A1CAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 226 (88.67% from 255) = 38.37%

R = 27.33%
G = 34.3%
B = 38.37%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A1CAE2 (or 0xA1CAE2) is known color: Sail. HEX triplet: A1, CA and E2. RGB value is (161,202,226). Sum of RGB (Red+Green+Blue) = 161+202+226=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #A1CAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAE2 is #5E351D. Grayscale: #C0C0C0. Windows color (decimal): -6173982 or 14863009. OLE color: 14863009.

HSL color Cylindrical-coordinate representation of color #A1CAE2: hue angle of 202.15º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1CAE2 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 202 226 -
CMYK 0.29 0.11 0 0.11
HSL 202.15º 0.53% 0.76% -
HSV(B) 202.15º 0.29% 0.89% -
XYZ 49.55 55.31 80.02 -
YUV 192.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 161 202 226 0.29 0.11 0 0.11 202.15 0.53 0.76
Hex A1 CA E2 1D B 0 B CA 35 4C
Octal 241 312 342 35 13 0 13 312 65 114
Binary 10100001 11001010 11100010 11101 1011 0 1011 11001010 110101 1001100

Color Harmonies of #A1CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAE2

Black with #A1CAE2

Text Example


Text Example

White with #A1CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAE2; }

 p { color: rgb(161,202,226); }

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

background-color css

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

 a { background-color: rgb(161,202,226); }

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

border-color css

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

 span { border-color: rgb(161,202,226); }

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