#A4CDED

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

Shades of Sail #A4CDED

Tints of Sail #A4CDED

Color information

#A4CDED (or 0xA4CDED) is unknown color: approx Sail. HEX triplet: A4, CD and ED. RGB value is (164,205,237). Sum of RGB (Red+Green+Blue) = 164+205+237=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDED is #5B3212. Grayscale: #C4C4C4. Windows color (decimal): -5976595 or 15584676. OLE color: 15584676.

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

Color convert

RGB164205237-
CMYK0.310.1400.07
HSL206.3º66.97%78.63%-
HSV(B)206.3º30.8%92.94%-
XYZ52.4357.6788.49-
YUV196.39150.92104.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=27.06%
G=33.83%
B=39.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642052370.310.1400.07206.366.9778.63
HexA4CDED1FE07ce434f
Octal244315355371607316103117
Binary10100100110011011110110111111111001111100111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDED; }

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

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

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

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

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

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

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

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