#A2D4EB

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

Shades of Sail #A2D4EB

Tints of Sail #A2D4EB

Color information

#A2D4EB (or 0xA2D4EB) is unknown color: approx Sail. HEX triplet: A2, D4 and EB. RGB value is (162,212,235). Sum of RGB (Red+Green+Blue) = 162+212+235=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D4EB is #5D2B14. Grayscale: #C7C7C7. Windows color (decimal): -6105877 or 15455394. OLE color: 15455394.

HSL color Cylindrical-coordinate representation of color #A2D4EB: hue angle of 198.9º 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 #A2D4EB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162212235-
CMYK0.310.1000.08
HSL198.9º64.6%77.84%-
HSV(B)198.9º31.06%92.16%-
XYZ53.4460.7787.51-
YUV199.67147.94101.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.60%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=26.60%
G=34.81%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622122350.310.1000.08198.964.677.84
HexA2D4EB1FA08c7414e
Octal2423243533712010307101116
Binary101000101101010011101011111111010010001100011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D4EB; }

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

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

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

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

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

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

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

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