#A3D0E9

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

Shades of Sail #A3D0E9

Tints of Sail #A3D0E9

Color information

#A3D0E9 (or 0xA3D0E9) is unknown color: approx Sail. HEX triplet: A3, D0 and E9. RGB value is (163,208,233). Sum of RGB (Red+Green+Blue) = 163+208+233=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #A3D0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D0E9 is #5C2F16. Grayscale: #C5C5C5. Windows color (decimal): -6041367 or 15323299. OLE color: 15323299.

HSL color Cylindrical-coordinate representation of color #A3D0E9: hue angle of 201.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3D0E9 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163208233-
CMYK0.300.1100.09
HSL201.43º61.4%77.65%-
HSV(B)201.43º30.04%91.37%-
XYZ52.3758.7885.68-
YUV197.4148.09103.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.99%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=26.99%
G=34.44%
B=38.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632082330.300.1100.09201.4361.477.65
HexA3D0E91EB09c93d4e
Octal243320351361301131175116
Binary10100011110100001110100111110101101001110010011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D0E9; }

 p { color: rgb(163,208,233); }

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

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

 a { background-color: rgb(163,208,233); }

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

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

 span { border-color: rgb(163,208,233); }

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