#A4D1F3

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

Shades of Sail #A4D1F3

Tints of Sail #A4D1F3

Color information

#A4D1F3 (or 0xA4D1F3) is unknown color: approx Sail. HEX triplet: A4, D1 and F3. RGB value is (164,209,243). Sum of RGB (Red+Green+Blue) = 164+209+243=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4D1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D1F3 is #5B2E0C. Grayscale: #C7C7C7. Windows color (decimal): -5975565 or 15978916. OLE color: 15978916.

HSL color Cylindrical-coordinate representation of color #A4D1F3: hue angle of 205.82º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4D1F3 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164209243-
CMYK0.330.1400.05
HSL205.82º76.7%79.8%-
HSV(B)205.82º32.51%95.29%-
XYZ54.2959.9693.51-
YUV199.42152.59102.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.62%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=26.62%
G=33.93%
B=39.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642092430.330.1400.05205.8276.779.8
HexA4D1F321E05ce4d50
Octal244321363411605316115120
Binary101001001101000111110011100001111001011100111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D1F3; }

 p { color: rgb(164,209,243); }

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

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

 a { background-color: rgb(164,209,243); }

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

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

 span { border-color: rgb(164,209,243); }

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