Html Css Color HEX #A1D1EB Sail

📋 copy color: '#A1D1EB'

red 161 ◦ green 209 ◦ blue 235

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

Shades of Sail #A1D1EB

Tints of Sail #A1D1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.55%

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

R = 26.61%
G = 34.55%
B = 38.84%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1D1EB (or 0xA1D1EB) is known color: Sail. HEX triplet: A1, D1 and EB. RGB value is (161,209,235). Sum of RGB (Red+Green+Blue) = 161+209+235=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D1EB is #5E2E14. Grayscale: #C5C5C5. Windows color (decimal): -6172181 or 15454625. OLE color: 15454625.

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

Color convert

RGB 161 209 235 -
CMYK 0.31 0.11 0 0.08
HSL 201.08º 0.65% 0.78% -
HSV(B) 201.08º 0.31% 0.92% -
XYZ 52.49 59.18 87.25 -
YUV 197.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 161 209 235 0.31 0.11 0 0.08 201.08 0.65 0.78
Hex A1 D1 EB 1F B 0 8 C9 41 4E
Octal 241 321 353 37 13 0 10 311 101 116
Binary 10100001 11010001 11101011 11111 1011 0 1000 11001001 1000001 1001110

Color Harmonies of #A1D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D1EB

Black with #A1D1EB

Text Example


Text Example

White with #A1D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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