#A4D5EB

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

Shades of Sail #A4D5EB

Tints of Sail #A4D5EB

Color information

#A4D5EB (or 0xA4D5EB) is unknown color: approx Sail. HEX triplet: A4, D5 and EB. RGB value is (164,213,235). Sum of RGB (Red+Green+Blue) = 164+213+235=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D5EB is #5B2A14. Grayscale: #C8C8C8. Windows color (decimal): -5974549 or 15455652. OLE color: 15455652.

HSL color Cylindrical-coordinate representation of color #A4D5EB: hue angle of 198.59º 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 #A4D5EB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164213235-
CMYK0.300.0900.08
HSL198.59º63.96%78.24%-
HSV(B)198.59º30.21%92.16%-
XYZ54.161.4887.61-
YUV200.86147.27101.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.80%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=26.80%
G=34.80%
B=38.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642132350.300.0900.08198.5963.9678.24
HexA4D5EB1E908c7404e
Octal2443253533611010307100116
Binary101001001101010111101011111101001010001100011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D5EB; }

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

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

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

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

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

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

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

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