Html Css Color HEX #A1CDEB Sail

📋 copy color: '#A1CDEB'

red 161 ◦ green 205 ◦ blue 235

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

Shades of Sail #A1CDEB

Tints of Sail #A1CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.11%

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

R = 26.79%
G = 34.11%
B = 39.1%

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

#A1CDEB (or 0xA1CDEB) is known color: Sail. HEX triplet: A1, CD and EB. RGB value is (161,205,235). Sum of RGB (Red+Green+Blue) = 161+205+235=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDEB is #5E3214. Grayscale: #C3C3C3. Windows color (decimal): -6173205 or 15453601. OLE color: 15453601.

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

Color convert

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

Color Harmonies of #A1CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CDEB

Black with #A1CDEB

Text Example


Text Example

White with #A1CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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