#A4D4EC

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

Shades of Sail #A4D4EC

Tints of Sail #A4D4EC

Color information

#A4D4EC (or 0xA4D4EC) is unknown color: approx Sail. HEX triplet: A4, D4 and EC. RGB value is (164,212,236). Sum of RGB (Red+Green+Blue) = 164+212+236=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4D4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D4EC is #5B2B13. Grayscale: #C8C8C8. Windows color (decimal): -5974804 or 15520932. OLE color: 15520932.

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

Color convert

RGB164212236-
CMYK0.310.1000.07
HSL200º65.45%78.43%-
HSV(B)200º30.51%92.55%-
XYZ53.9961.0488.29-
YUV200.38148.1102.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.80%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=26.80%
G=34.64%
B=38.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642122360.310.1000.0720065.4578.43
HexA4D4EC1FA07c8414e
Octal244324354371207310101116
Binary10100100110101001110110011111101001111100100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D4EC; }

 p { color: rgb(164,212,236); }

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

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

 a { background-color: rgb(164,212,236); }

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

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

 span { border-color: rgb(164,212,236); }

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