Html Css Color HEX #A1C9EF Sail

📋 copy color: '#A1C9EF'

red 161 ◦ green 201 ◦ blue 239

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

Shades of Sail #A1C9EF

Tints of Sail #A1C9EF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.44%

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 26.79%
G = 33.44%
B = 39.77%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1C9EF (or 0xA1C9EF) is known color: Sail. HEX triplet: A1, C9 and EF. RGB value is (161,201,239). Sum of RGB (Red+Green+Blue) = 161+201+239=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C9EF is #5E3610. Grayscale: #C1C1C1. Windows color (decimal): -6174225 or 15714721. OLE color: 15714721.

HSL color Cylindrical-coordinate representation of color #A1C9EF: hue angle of 209.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C9EF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 201 239 -
CMYK 0.33 0.16 0 0.06
HSL 209.23º 0.71% 0.78% -
HSV(B) 209.23º 0.33% 0.94% -
XYZ 51.16 55.58 89.69 -
YUV 193.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 161 201 239 0.33 0.16 0 0.06 209.23 0.71 0.78
Hex A1 C9 EF 21 10 0 6 D1 47 4E
Octal 241 311 357 41 20 0 6 321 107 116
Binary 10100001 11001001 11101111 100001 10000 0 110 11010001 1000111 1001110

Color Harmonies of #A1C9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C9EF

Black with #A1C9EF

Text Example


Text Example

White with #A1C9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C9EF; }

 p { color: rgb(161,201,239); }

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

background-color css

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

 a { background-color: rgb(161,201,239); }

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

border-color css

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

 span { border-color: rgb(161,201,239); }

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