#A4CDEB

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

Shades of Sail #A4CDEB

Tints of Sail #A4CDEB

Color information

#A4CDEB (or 0xA4CDEB) is unknown color: approx Sail. HEX triplet: A4, CD and EB. RGB value is (164,205,235). Sum of RGB (Red+Green+Blue) = 164+205+235=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDEB is #5B3214. Grayscale: #C3C3C3. Windows color (decimal): -5976597 or 15453604. OLE color: 15453604.

HSL color Cylindrical-coordinate representation of color #A4CDEB: hue angle of 205.35º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4CDEB is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164205235-
CMYK0.300.1300.08
HSL205.35º63.96%78.24%-
HSV(B)205.35º30.21%92.16%-
XYZ52.1457.5586.96-
YUV196.16149.92105.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=27.15%
G=33.94%
B=38.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642052350.300.1300.08205.3563.9678.24
HexA4CDEB1ED08cd404e
Octal2443153533615010315100116
Binary101001001100110111101011111101101010001100110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDEB; }

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

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

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

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

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

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

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

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