Html Css Color HEX #A1C5EC Sail

📋 copy color: '#A1C5EC'

red 161 ◦ green 197 ◦ blue 236

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

Shades of Sail #A1C5EC

Tints of Sail #A1C5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.16%

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

R = 27.1%
G = 33.16%
B = 39.73%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1C5EC (or 0xA1C5EC) is known color: Sail. HEX triplet: A1, C5 and EC. RGB value is (161,197,236). Sum of RGB (Red+Green+Blue) = 161+197+236=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1C5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5EC is #5E3A13. Grayscale: #BEBEBE. Windows color (decimal): -6175252 or 15517089. OLE color: 15517089.

HSL color Cylindrical-coordinate representation of color #A1C5EC: hue angle of 211.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 #A1C5EC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 197 236 -
CMYK 0.32 0.17 0 0.07
HSL 211.2º 0.66% 0.78% -
HSV(B) 211.2º 0.32% 0.93% -
XYZ 49.8 53.57 87.07 -
YUV 190.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 161 197 236 0.32 0.17 0 0.07 211.2 0.66 0.78
Hex A1 C5 EC 20 11 0 7 D3 42 4E
Octal 241 305 354 40 21 0 7 323 102 116
Binary 10100001 11000101 11101100 100000 10001 0 111 11010011 1000010 1001110

Color Harmonies of #A1C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C5EC

Black with #A1C5EC

Text Example


Text Example

White with #A1C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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