#A3CDE7

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

Shades of Sail #A3CDE7

Tints of Sail #A3CDE7

Color information

#A3CDE7 (or 0xA3CDE7) is unknown color: approx Sail. HEX triplet: A3, CD and E7. RGB value is (163,205,231). Sum of RGB (Red+Green+Blue) = 163+205+231=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3CDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDE7 is #5C3218. Grayscale: #C3C3C3. Windows color (decimal): -6042137 or 15191459. OLE color: 15191459.

HSL color Cylindrical-coordinate representation of color #A3CDE7: hue angle of 202.94º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3CDE7 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163205231-
CMYK0.290.1100.09
HSL202.94º58.62%77.25%-
HSV(B)202.94º29.44%90.59%-
XYZ51.3657.2283.94-
YUV195.41148.09104.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.21%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 231 (90.62% from 255) = 38.56%
R=27.21%
G=34.22%
B=38.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632052310.290.1100.09202.9458.6277.25
HexA3CDE71DB09cb3b4d
Octal243315347351301131373115
Binary10100011110011011110011111101101101001110010111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDE7; }

 p { color: rgb(163,205,231); }

 H1.HeaderClassName
 {
   color: #A3CDE7;
 }
 .AnyTagClassName
 {
   color: #A3CDE7;
 }
</style>
background-color css

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

 a { background-color: rgb(163,205,231); }

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

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

 span { border-color: rgb(163,205,231); }

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