#A7D4EC

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

Shades of Sail #A7D4EC

Tints of Sail #A7D4EC

Color information

#A7D4EC (or 0xA7D4EC) is unknown color: approx Sail. HEX triplet: A7, D4 and EC. RGB value is (167,212,236). Sum of RGB (Red+Green+Blue) = 167+212+236=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7D4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D4EC is #582B13. Grayscale: #C9C9C9. Windows color (decimal): -5778196 or 15520935. OLE color: 15520935.

HSL color Cylindrical-coordinate representation of color #A7D4EC: hue angle of 200.87º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7D4EC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167212236-
CMYK0.290.1000.07
HSL200.87º64.49%79.02%-
HSV(B)200.87º29.24%92.55%-
XYZ54.6261.3688.32-
YUV201.28147.59103.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.15%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=27.15%
G=34.47%
B=38.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672122360.290.1000.07200.8764.4979.02
HexA7D4EC1DA07c9404f
Octal247324354351207311100117
Binary10100111110101001110110011101101001111100100110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D4EC; }

 p { color: rgb(167,212,236); }

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

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

 a { background-color: rgb(167,212,236); }

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

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

 span { border-color: rgb(167,212,236); }

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