#A1C7EE

Color #A1C7EE Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #A1C7EE

Tints of Sail #A1C7EE

Color information

#A1C7EE (or 0xA1C7EE) is unknown color: approx 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

RGB161199238-
CMYK0.320.1600.07
HSL210.39º69.37%78.24%-
HSV(B)210.39º32.35%93.33%-
XYZ50.5554.688.76-
YUV192.08153.91105.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=26.92%
G=33.28%
B=39.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611992380.320.1600.07210.3969.3778.24
HexA1C7EE201007d2454e
Octal241307356402007322105116
Binary1010000111000111111011101000001000001111101001010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>