Html Css Color HEX #A1CEEB Sail

📋 copy color: '#A1CEEB'

red 161 ◦ green 206 ◦ blue 235

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

Shades of Sail #A1CEEB

Tints of Sail #A1CEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.22%

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

R = 26.74%
G = 34.22%
B = 39.04%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1CEEB (or 0xA1CEEB) is known color: Sail. HEX triplet: A1, CE and EB. RGB value is (161,206,235). Sum of RGB (Red+Green+Blue) = 161+206+235=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEEB is #5E3114. Grayscale: #C3C3C3. Windows color (decimal): -6172949 or 15453857. OLE color: 15453857.

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

Color convert

RGB 161 206 235 -
CMYK 0.31 0.12 0 0.08
HSL 203.51º 0.65% 0.78% -
HSV(B) 203.51º 0.31% 0.92% -
XYZ 51.76 57.72 87.01 -
YUV 195.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 161 206 235 0.31 0.12 0 0.08 203.51 0.65 0.78
Hex A1 CE EB 1F C 0 8 CC 41 4E
Octal 241 316 353 37 14 0 10 314 101 116
Binary 10100001 11001110 11101011 11111 1100 0 1000 11001100 1000001 1001110

Color Harmonies of #A1CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CEEB

Black with #A1CEEB

Text Example


Text Example

White with #A1CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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