#A4D2EA

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

Shades of Sail #A4D2EA

Tints of Sail #A4D2EA

Color information

#A4D2EA (or 0xA4D2EA) is unknown color: approx Sail. HEX triplet: A4, D2 and EA. RGB value is (164,210,234). Sum of RGB (Red+Green+Blue) = 164+210+234=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D2EA is #5B2D15. Grayscale: #C6C6C6. Windows color (decimal): -5975318 or 15389348. OLE color: 15389348.

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

Color convert

RGB164210234-
CMYK0.300.1000.08
HSL200.57º62.5%78.04%-
HSV(B)200.57º29.91%91.76%-
XYZ53.2159.9386.6-
YUV198.98147.76103.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.97%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=26.97%
G=34.54%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642102340.300.1000.08200.5762.578.04
HexA4D2EA1EA08c93e4e
Octal244322352361201031176116
Binary10100100110100101110101011110101001000110010011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D2EA; }

 p { color: rgb(164,210,234); }

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

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

 a { background-color: rgb(164,210,234); }

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

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

 span { border-color: rgb(164,210,234); }

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