Html Css Color HEX #A1CAEC Sail

📋 copy color: '#A1CAEC'

red 161 ◦ green 202 ◦ blue 236

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

Shades of Sail #A1CAEC

Tints of Sail #A1CAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 26.88%
G = 33.72%
B = 39.4%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1CAEC (or 0xA1CAEC) is known color: Sail. HEX triplet: A1, CA and EC. RGB value is (161,202,236). Sum of RGB (Red+Green+Blue) = 161+202+236=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1CAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAEC is #5E3513. Grayscale: #C1C1C1. Windows color (decimal): -6173972 or 15518369. OLE color: 15518369.

HSL color Cylindrical-coordinate representation of color #A1CAEC: hue angle of 207.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CAEC is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 202 236 -
CMYK 0.32 0.14 0 0.07
HSL 207.2º 0.66% 0.78% -
HSV(B) 207.2º 0.32% 0.93% -
XYZ 50.96 55.87 87.46 -
YUV 193.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 161 202 236 0.32 0.14 0 0.07 207.2 0.66 0.78
Hex A1 CA EC 20 E 0 7 CF 42 4E
Octal 241 312 354 40 16 0 7 317 102 116
Binary 10100001 11001010 11101100 100000 1110 0 111 11001111 1000010 1001110

Color Harmonies of #A1CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CAEC

Black with #A1CAEC

Text Example


Text Example

White with #A1CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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