Html Css Color HEX #A1C5EB Sail

📋 copy color: '#A1C5EB'

red 161 ◦ green 197 ◦ blue 235

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

Shades of Sail #A1C5EB

Tints of Sail #A1C5EB

RGB

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

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

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

R = 27.15%
G = 33.22%
B = 39.63%

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

#A1C5EB (or 0xA1C5EB) is known color: Sail. HEX triplet: A1, C5 and EB. RGB value is (161,197,235). Sum of RGB (Red+Green+Blue) = 161+197+235=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1C5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5EB is #5E3A14. Grayscale: #BEBEBE. Windows color (decimal): -6175253 or 15451553. OLE color: 15451553.

HSL color Cylindrical-coordinate representation of color #A1C5EB: hue angle of 210.81º 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 #A1C5EB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 197 235 -
CMYK 0.31 0.16 0 0.08
HSL 210.81º 0.65% 0.78% -
HSV(B) 210.81º 0.31% 0.92% -
XYZ 49.66 53.51 86.31 -
YUV 190.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 161 197 235 0.31 0.16 0 0.08 210.81 0.65 0.78
Hex A1 C5 EB 1F 10 0 8 D3 41 4E
Octal 241 305 353 37 20 0 10 323 101 116
Binary 10100001 11000101 11101011 11111 10000 0 1000 11010011 1000001 1001110

Color Harmonies of #A1C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C5EB

Black with #A1C5EB

Text Example


Text Example

White with #A1C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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