Html Css Color HEX #A1CBEB Sail

📋 copy color: '#A1CBEB'

red 161 ◦ green 203 ◦ blue 235

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

Shades of Sail #A1CBEB

Tints of Sail #A1CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.89%

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

R = 26.88%
G = 33.89%
B = 39.23%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1CBEB (or 0xA1CBEB) is known color: Sail. HEX triplet: A1, CB and EB. RGB value is (161,203,235). Sum of RGB (Red+Green+Blue) = 161+203+235=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBEB is #5E3414. Grayscale: #C1C1C1. Windows color (decimal): -6173717 or 15453089. OLE color: 15453089.

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

Color convert

RGB 161 203 235 -
CMYK 0.31 0.14 0 0.08
HSL 205.95º 0.65% 0.78% -
HSV(B) 205.95º 0.31% 0.92% -
XYZ 51.05 56.29 86.77 -
YUV 194.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 161 203 235 0.31 0.14 0 0.08 205.95 0.65 0.78
Hex A1 CB EB 1F E 0 8 CE 41 4E
Octal 241 313 353 37 16 0 10 316 101 116
Binary 10100001 11001011 11101011 11111 1110 0 1000 11001110 1000001 1001110

Color Harmonies of #A1CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBEB

Black with #A1CBEB

Text Example


Text Example

White with #A1CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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