#A2CDEA

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

Shades of Sail #A2CDEA

Tints of Sail #A2CDEA

Color information

#A2CDEA (or 0xA2CDEA) is unknown color: approx Sail. HEX triplet: A2, CD and EA. RGB value is (162,205,234). Sum of RGB (Red+Green+Blue) = 162+205+234=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CDEA is #5D3215. Grayscale: #C3C3C3. Windows color (decimal): -6107670 or 15388066. OLE color: 15388066.

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

Color convert

RGB162205234-
CMYK0.310.1200.08
HSL204.17º63.16%77.65%-
HSV(B)204.17º30.77%91.76%-
XYZ51.5857.2886.18-
YUV195.45149.75104.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.96%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=26.96%
G=34.11%
B=38.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622052340.310.1200.08204.1763.1677.65
HexA2CDEA1FC08cc3f4e
Octal242315352371401031477116
Binary10100010110011011110101011111110001000110011001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDEA; }

 p { color: rgb(162,205,234); }

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

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

 a { background-color: rgb(162,205,234); }

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

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

 span { border-color: rgb(162,205,234); }

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