#A7D2EE

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

Shades of Sail #A7D2EE

Tints of Sail #A7D2EE

Color information

#A7D2EE (or 0xA7D2EE) is unknown color: approx Sail. HEX triplet: A7, D2 and EE. RGB value is (167,210,238). Sum of RGB (Red+Green+Blue) = 167+210+238=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7D2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D2EE is #582D11. Grayscale: #C8C8C8. Windows color (decimal): -5778706 or 15651495. OLE color: 15651495.

HSL color Cylindrical-coordinate representation of color #A7D2EE: hue angle of 203.66º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7D2EE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167210238-
CMYK0.300.1200.07
HSL203.66º67.62%79.41%-
HSV(B)203.66º29.83%93.33%-
XYZ54.4260.4889.7-
YUV200.34149.25104.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.15%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=27.15%
G=34.15%
B=38.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672102380.300.1200.07203.6667.6279.41
HexA7D2EE1EC07cc444f
Octal247322356361407314104117
Binary10100111110100101110111011110110001111100110010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D2EE; }

 p { color: rgb(167,210,238); }

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

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

 a { background-color: rgb(167,210,238); }

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

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

 span { border-color: rgb(167,210,238); }

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