#A4CDEC

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

Shades of Sail #A4CDEC

Tints of Sail #A4CDEC

Color information

#A4CDEC (or 0xA4CDEC) is unknown color: approx Sail. HEX triplet: A4, CD and EC. RGB value is (164,205,236). Sum of RGB (Red+Green+Blue) = 164+205+236=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4CDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDEC is #5B3213. Grayscale: #C4C4C4. Windows color (decimal): -5976596 or 15519140. OLE color: 15519140.

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

Color convert

RGB164205236-
CMYK0.310.1300.07
HSL205.83º65.45%78.43%-
HSV(B)205.83º30.51%92.55%-
XYZ52.2857.6187.72-
YUV196.27150.42104.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.11%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=27.11%
G=33.88%
B=39.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642052360.310.1300.07205.8365.4578.43
HexA4CDEC1FD07ce414e
Octal244315354371507316101116
Binary10100100110011011110110011111110101111100111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDEC; }

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

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

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

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

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

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

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

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