Html Css Color HEX #A1C8EF Sail

📋 copy color: '#A1C8EF'

red 161 ◦ green 200 ◦ blue 239

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

Shades of Sail #A1C8EF

Tints of Sail #A1C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.33%

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

R = 26.83%
G = 33.33%
B = 39.83%

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

#A1C8EF (or 0xA1C8EF) is known color: Sail. HEX triplet: A1, C8 and EF. RGB value is (161,200,239). Sum of RGB (Red+Green+Blue) = 161+200+239=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C8EF is #5E3710. Grayscale: #C0C0C0. Windows color (decimal): -6174481 or 15714465. OLE color: 15714465.

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

Color convert

RGB 161 200 239 -
CMYK 0.33 0.16 0 0.06
HSL 210º 0.71% 0.78% -
HSV(B) 210º 0.33% 0.94% -
XYZ 50.93 55.12 89.62 -
YUV 192.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 161 200 239 0.33 0.16 0 0.06 210 0.71 0.78
Hex A1 C8 EF 21 10 0 6 D2 47 4E
Octal 241 310 357 41 20 0 6 322 107 116
Binary 10100001 11001000 11101111 100001 10000 0 110 11010010 1000111 1001110

Color Harmonies of #A1C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C8EF

Black with #A1C8EF

Text Example


Text Example

White with #A1C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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