Html Css Color HEX #A1C6EA Sail

📋 copy color: '#A1C6EA'

red 161 ◦ green 198 ◦ blue 234

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

Shades of Sail #A1C6EA

Tints of Sail #A1C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.39%

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 27.15%
G = 33.39%
B = 39.46%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1C6EA (or 0xA1C6EA) is known color: Sail. HEX triplet: A1, C6 and EA. RGB value is (161,198,234). Sum of RGB (Red+Green+Blue) = 161+198+234=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1C6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6EA is #5E3915. Grayscale: #BEBEBE. Windows color (decimal): -6174998 or 15386273. OLE color: 15386273.

HSL color Cylindrical-coordinate representation of color #A1C6EA: hue angle of 209.59º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C6EA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 198 234 -
CMYK 0.31 0.15 0 0.08
HSL 209.59º 0.63% 0.77% -
HSV(B) 209.59º 0.31% 0.92% -
XYZ 49.74 53.91 85.62 -
YUV 191.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 161 198 234 0.31 0.15 0 0.08 209.59 0.63 0.77
Hex A1 C6 EA 1F F 0 8 D2 3F 4D
Octal 241 306 352 37 17 0 10 322 77 115
Binary 10100001 11000110 11101010 11111 1111 0 1000 11010010 111111 1001101

Color Harmonies of #A1C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C6EA

Black with #A1C6EA

Text Example


Text Example

White with #A1C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C6EA; }

 p { color: rgb(161,198,234); }

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

background-color css

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

 a { background-color: rgb(161,198,234); }

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

border-color css

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

 span { border-color: rgb(161,198,234); }

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