#A4D4FA

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

Shades of Sail #A4D4FA

Tints of Sail #A4D4FA

Color information

#A4D4FA (or 0xA4D4FA) is unknown color: approx Sail. HEX triplet: A4, D4 and FA. RGB value is (164,212,250). Sum of RGB (Red+Green+Blue) = 164+212+250=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D4FA is #5B2B05. Grayscale: #C9C9C9. Windows color (decimal): -5974790 or 16438436. OLE color: 16438436.

HSL color Cylindrical-coordinate representation of color #A4D4FA: hue angle of 206.51º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D4FA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164212250-
CMYK0.340.1500.02
HSL206.51º89.58%81.18%-
HSV(B)206.51º34.4%98.04%-
XYZ56.1161.8899.43-
YUV201.98155.1100.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.20%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=26.20%
G=33.87%
B=39.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642122500.340.1500.02206.5189.5881.18
HexA4D4FA22F02cf5a51
Octal244324372421702317132121
Binary10100100110101001111101010001011110101100111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D4FA; }

 p { color: rgb(164,212,250); }

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

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

 a { background-color: rgb(164,212,250); }

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

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

 span { border-color: rgb(164,212,250); }

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