Html Css Color HEX #A1C6EB Sail

📋 copy color: '#A1C6EB'

red 161 ◦ green 198 ◦ blue 235

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

Shades of Sail #A1C6EB

Tints of Sail #A1C6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 27.1%
G = 33.33%
B = 39.56%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1C6EB (or 0xA1C6EB) is known color: Sail. HEX triplet: A1, C6 and EB. RGB value is (161,198,235). Sum of RGB (Red+Green+Blue) = 161+198+235=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1C6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6EB is #5E3914. Grayscale: #BEBEBE. Windows color (decimal): -6174997 or 15451809. OLE color: 15451809.

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

Color convert

RGB 161 198 235 -
CMYK 0.31 0.16 0 0.08
HSL 210º 0.65% 0.78% -
HSV(B) 210º 0.31% 0.92% -
XYZ 49.89 53.96 86.38 -
YUV 191.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 161 198 235 0.31 0.16 0 0.08 210 0.65 0.78
Hex A1 C6 EB 1F 10 0 8 D2 41 4E
Octal 241 306 353 37 20 0 10 322 101 116
Binary 10100001 11000110 11101011 11111 10000 0 1000 11010010 1000001 1001110

Color Harmonies of #A1C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C6EB

Black with #A1C6EB

Text Example


Text Example

White with #A1C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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