Html Css Color HEX #A1D4EE Sail

📋 copy color: '#A1D4EE'

red 161 ◦ green 212 ◦ blue 238

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

Shades of Sail #A1D4EE

Tints of Sail #A1D4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 26.35%
G = 34.7%
B = 38.95%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1D4EE (or 0xA1D4EE) is known color: Sail. HEX triplet: A1, D4 and EE. RGB value is (161,212,238). Sum of RGB (Red+Green+Blue) = 161+212+238=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1D4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D4EE is #5E2B11. Grayscale: #C7C7C7. Windows color (decimal): -6171410 or 15652001. OLE color: 15652001.

HSL color Cylindrical-coordinate representation of color #A1D4EE: hue angle of 200.26º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1D4EE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 212 238 -
CMYK 0.32 0.11 0 0.07
HSL 200.26º 0.69% 0.78% -
HSV(B) 200.26º 0.32% 0.93% -
XYZ 53.67 60.84 89.8 -
YUV 199.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 161 212 238 0.32 0.11 0 0.07 200.26 0.69 0.78
Hex A1 D4 EE 20 B 0 7 C8 45 4E
Octal 241 324 356 40 13 0 7 310 105 116
Binary 10100001 11010100 11101110 100000 1011 0 111 11001000 1000101 1001110

Color Harmonies of #A1D4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4EE

Black with #A1D4EE

Text Example


Text Example

White with #A1D4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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