Html Css Color HEX #A1CBE9 Sail

📋 copy color: '#A1CBE9'

red 161 ◦ green 203 ◦ blue 233

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

Shades of Sail #A1CBE9

Tints of Sail #A1CBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.03%

R = 26.97%
G = 34%
B = 39.03%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A1CBE9 (or 0xA1CBE9) is known color: Sail. HEX triplet: A1, CB and E9. RGB value is (161,203,233). Sum of RGB (Red+Green+Blue) = 161+203+233=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1CBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBE9 is #5E3416. Grayscale: #C1C1C1. Windows color (decimal): -6173719 or 15322017. OLE color: 15322017.

HSL color Cylindrical-coordinate representation of color #A1CBE9: hue angle of 205º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CBE9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 203 233 -
CMYK 0.31 0.13 0 0.09
HSL 205º 0.62% 0.77% -
HSV(B) 205º 0.31% 0.91% -
XYZ 50.76 56.17 85.26 -
YUV 193.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 161 203 233 0.31 0.13 0 0.09 205 0.62 0.77
Hex A1 CB E9 1F D 0 9 CD 3E 4D
Octal 241 313 351 37 15 0 11 315 76 115
Binary 10100001 11001011 11101001 11111 1101 0 1001 11001101 111110 1001101

Color Harmonies of #A1CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBE9

Black with #A1CBE9

Text Example


Text Example

White with #A1CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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