Html Css Color HEX #A1CCEB Sail

📋 copy color: '#A1CCEB'

red 161 ◦ green 204 ◦ blue 235

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

Shades of Sail #A1CCEB

Tints of Sail #A1CCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34%

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

R = 26.83%
G = 34%
B = 39.17%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1CCEB (or 0xA1CCEB) is known color: Sail. HEX triplet: A1, CC and EB. RGB value is (161,204,235). Sum of RGB (Red+Green+Blue) = 161+204+235=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCEB is #5E3314. Grayscale: #C2C2C2. Windows color (decimal): -6173461 or 15453345. OLE color: 15453345.

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

Color convert

RGB 161 204 235 -
CMYK 0.31 0.13 0 0.08
HSL 205.14º 0.65% 0.78% -
HSV(B) 205.14º 0.31% 0.92% -
XYZ 51.29 56.76 86.85 -
YUV 194.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 161 204 235 0.31 0.13 0 0.08 205.14 0.65 0.78
Hex A1 CC EB 1F D 0 8 CD 41 4E
Octal 241 314 353 37 15 0 10 315 101 116
Binary 10100001 11001100 11101011 11111 1101 0 1000 11001101 1000001 1001110

Color Harmonies of #A1CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CCEB

Black with #A1CCEB

Text Example


Text Example

White with #A1CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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