Html Css Color HEX #A1CBE2 Sail

📋 copy color: '#A1CBE2'

red 161 ◦ green 203 ◦ blue 226

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

Shades of Sail #A1CBE2

Tints of Sail #A1CBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.31%

R = 27.29%
G = 34.41%
B = 38.31%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A1CBE2 (or 0xA1CBE2) is known color: Sail. HEX triplet: A1, CB and E2. RGB value is (161,203,226). Sum of RGB (Red+Green+Blue) = 161+203+226=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #A1CBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBE2 is #5E341D. Grayscale: #C0C0C0. Windows color (decimal): -6173726 or 14863265. OLE color: 14863265.

HSL color Cylindrical-coordinate representation of color #A1CBE2: hue angle of 201.23º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1CBE2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 203 226 -
CMYK 0.29 0.10 0 0.11
HSL 201.23º 0.53% 0.76% -
HSV(B) 201.23º 0.29% 0.89% -
XYZ 49.78 55.78 80.09 -
YUV 193.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 161 203 226 0.29 0.10 0 0.11 201.23 0.53 0.76
Hex A1 CB E2 1D A 0 B C9 35 4C
Octal 241 313 342 35 12 0 13 311 65 114
Binary 10100001 11001011 11100010 11101 1010 0 1011 11001001 110101 1001100

Color Harmonies of #A1CBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBE2

Black with #A1CBE2

Text Example


Text Example

White with #A1CBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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