#A4D0EB

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

Shades of Sail #A4D0EB

Tints of Sail #A4D0EB

Color information

#A4D0EB (or 0xA4D0EB) is unknown color: approx Sail. HEX triplet: A4, D0 and EB. RGB value is (164,208,235). Sum of RGB (Red+Green+Blue) = 164+208+235=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D0EB is #5B2F14. Grayscale: #C5C5C5. Windows color (decimal): -5975829 or 15454372. OLE color: 15454372.

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

Color convert

RGB164208235-
CMYK0.300.1100.08
HSL202.82º63.96%78.24%-
HSV(B)202.82º30.21%92.16%-
XYZ52.865987.2-
YUV197.92148.92103.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=27.02%
G=34.27%
B=38.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642082350.300.1100.08202.8263.9678.24
HexA4D0EB1EB08cb404e
Octal2443203533613010313100116
Binary101001001101000011101011111101011010001100101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D0EB; }

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

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

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

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

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

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

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

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