#A2D0EB

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

Shades of Sail #A2D0EB

Tints of Sail #A2D0EB

Color information

#A2D0EB (or 0xA2D0EB) is unknown color: approx Sail. HEX triplet: A2, D0 and EB. RGB value is (162,208,235). Sum of RGB (Red+Green+Blue) = 162+208+235=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D0EB is #5D2F14. Grayscale: #C5C5C5. Windows color (decimal): -6106901 or 15454370. OLE color: 15454370.

HSL color Cylindrical-coordinate representation of color #A2D0EB: hue angle of 202.19º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D0EB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162208235-
CMYK0.310.1100.08
HSL202.19º64.6%77.84%-
HSV(B)202.19º31.06%92.16%-
XYZ52.4558.7987.18-
YUV197.32149.26102.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.78%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=26.78%
G=34.38%
B=38.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622082350.310.1100.08202.1964.677.84
HexA2D0EB1FB08ca414e
Octal2423203533713010312101116
Binary101000101101000011101011111111011010001100101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D0EB; }

 p { color: rgb(162,208,235); }

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

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

 a { background-color: rgb(162,208,235); }

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

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

 span { border-color: rgb(162,208,235); }

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