Html Css Color HEX #A1CBEF Sail

📋 copy color: '#A1CBEF'

red 161 ◦ green 203 ◦ blue 239

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

Shades of Sail #A1CBEF

Tints of Sail #A1CBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.64%

R = 26.7%
G = 33.67%
B = 39.64%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1CBEF (or 0xA1CBEF) is known color: Sail. HEX triplet: A1, CB and EF. RGB value is (161,203,239). Sum of RGB (Red+Green+Blue) = 161+203+239=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBEF is #5E3410. Grayscale: #C2C2C2. Windows color (decimal): -6173713 or 15715233. OLE color: 15715233.

HSL color Cylindrical-coordinate representation of color #A1CBEF: hue angle of 207.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CBEF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 203 239 -
CMYK 0.33 0.15 0 0.06
HSL 207.69º 0.71% 0.78% -
HSV(B) 207.69º 0.33% 0.94% -
XYZ 51.63 56.52 89.85 -
YUV 194.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 161 203 239 0.33 0.15 0 0.06 207.69 0.71 0.78
Hex A1 CB EF 21 F 0 6 D0 47 4E
Octal 241 313 357 41 17 0 6 320 107 116
Binary 10100001 11001011 11101111 100001 1111 0 110 11010000 1000111 1001110

Color Harmonies of #A1CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBEF

Black with #A1CBEF

Text Example


Text Example

White with #A1CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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