Html Css Color HEX #A1D4EB Sail

📋 copy color: '#A1D4EB'

red 161 ◦ green 212 ◦ blue 235

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

Shades of Sail #A1D4EB

Tints of Sail #A1D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.87%

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

R = 26.48%
G = 34.87%
B = 38.65%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1D4EB (or 0xA1D4EB) is known color: Sail. HEX triplet: A1, D4 and EB. RGB value is (161,212,235). Sum of RGB (Red+Green+Blue) = 161+212+235=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D4EB is #5E2B14. Grayscale: #C7C7C7. Windows color (decimal): -6171413 or 15455393. OLE color: 15455393.

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

Color convert

RGB 161 212 235 -
CMYK 0.31 0.10 0 0.08
HSL 198.65º 0.65% 0.78% -
HSV(B) 198.65º 0.31% 0.92% -
XYZ 53.24 60.66 87.5 -
YUV 199.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 161 212 235 0.31 0.10 0 0.08 198.65 0.65 0.78
Hex A1 D4 EB 1F A 0 8 C7 41 4E
Octal 241 324 353 37 12 0 10 307 101 116
Binary 10100001 11010100 11101011 11111 1010 0 1000 11000111 1000001 1001110

Color Harmonies of #A1D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4EB

Black with #A1D4EB

Text Example


Text Example

White with #A1D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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