Html Css Color HEX #A1C7EE Sail

📋 copy color: '#A1C7EE'

red 161 ◦ green 199 ◦ blue 238

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

Shades of Sail #A1C7EE

Tints of Sail #A1C7EE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.28%

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

R = 26.92%
G = 33.28%
B = 39.8%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1C7EE (or 0xA1C7EE) is known color: Sail. HEX triplet: A1, C7 and EE. RGB value is (161,199,238). Sum of RGB (Red+Green+Blue) = 161+199+238=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1C7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7EE is #5E3811. Grayscale: #BFBFBF. Windows color (decimal): -6174738 or 15648673. OLE color: 15648673.

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

Color convert

RGB 161 199 238 -
CMYK 0.32 0.16 0 0.07
HSL 210.39º 0.69% 0.78% -
HSV(B) 210.39º 0.32% 0.93% -
XYZ 50.55 54.6 88.76 -
YUV 192.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 161 199 238 0.32 0.16 0 0.07 210.39 0.69 0.78
Hex A1 C7 EE 20 10 0 7 D2 45 4E
Octal 241 307 356 40 20 0 7 322 105 116
Binary 10100001 11000111 11101110 100000 10000 0 111 11010010 1000101 1001110

Color Harmonies of #A1C7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C7EE

Black with #A1C7EE

Text Example


Text Example

White with #A1C7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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