Html Css Color HEX #A1C4EA Sail

📋 copy color: '#A1C4EA'

red 161 ◦ green 196 ◦ blue 234

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

Shades of Sail #A1C4EA

Tints of Sail #A1C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

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

R = 27.24%
G = 33.16%
B = 39.59%

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

#A1C4EA (or 0xA1C4EA) is known color: Sail. HEX triplet: A1, C4 and EA. RGB value is (161,196,234). Sum of RGB (Red+Green+Blue) = 161+196+234=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1C4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C4EA is #5E3B15. Grayscale: #BDBDBD. Windows color (decimal): -6175510 or 15385761. OLE color: 15385761.

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

Color convert

RGB 161 196 234 -
CMYK 0.31 0.16 0 0.08
HSL 211.23º 0.63% 0.77% -
HSV(B) 211.23º 0.31% 0.92% -
XYZ 49.29 53 85.47 -
YUV 189.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 161 196 234 0.31 0.16 0 0.08 211.23 0.63 0.77
Hex A1 C4 EA 1F 10 0 8 D3 3F 4D
Octal 241 304 352 37 20 0 10 323 77 115
Binary 10100001 11000100 11101010 11111 10000 0 1000 11010011 111111 1001101

Color Harmonies of #A1C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C4EA

Black with #A1C4EA

Text Example


Text Example

White with #A1C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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