Html Css Color HEX #A1D7EE Sail

📋 copy color: '#A1D7EE'

red 161 ◦ green 215 ◦ blue 238

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

Shades of Sail #A1D7EE

Tints of Sail #A1D7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.02%

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

R = 26.22%
G = 35.02%
B = 38.76%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1D7EE (or 0xA1D7EE) is known color: Sail. HEX triplet: A1, D7 and EE. RGB value is (161,215,238). Sum of RGB (Red+Green+Blue) = 161+215+238=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1D7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D7EE is #5E2811. Grayscale: #C9C9C9. Windows color (decimal): -6170642 or 15652769. OLE color: 15652769.

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

Color convert

RGB 161 215 238 -
CMYK 0.32 0.10 0 0.07
HSL 197.92º 0.69% 0.78% -
HSV(B) 197.92º 0.32% 0.93% -
XYZ 54.43 62.35 90.06 -
YUV 201.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 161 215 238 0.32 0.10 0 0.07 197.92 0.69 0.78
Hex A1 D7 EE 20 A 0 7 C6 45 4E
Octal 241 327 356 40 12 0 7 306 105 116
Binary 10100001 11010111 11101110 100000 1010 0 111 11000110 1000101 1001110

Color Harmonies of #A1D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D7EE

Black with #A1D7EE

Text Example


Text Example

White with #A1D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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