#A7E0DD

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

Shades of Sinbad #A7E0DD

Tints of Sinbad #A7E0DD

Color information

#A7E0DD (or 0xA7E0DD) is unknown color: approx Sinbad. HEX triplet: A7, E0 and DD. RGB value is (167,224,221). Sum of RGB (Red+Green+Blue) = 167+224+221=612 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.29% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0DD is #581F22. Grayscale: #CECECE. Windows color (decimal): -5775139 or 14540967. OLE color: 14540967.

HSL color Cylindrical-coordinate representation of color #A7E0DD: hue angle of 176.84º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0DD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB167224221-
CMYK0.2500.010.12
HSL176.84º47.9%76.67%-
HSV(B)176.84º25.45%87.84%-
XYZ55.6466.7578.36-
YUV206.62136.1299.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.29%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=27.29%
G=36.60%
B=36.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672242210.2500.010.12176.8447.976.67
HexA7E0DD1901Cb1304d
Octal24734033531011426160115
Binary10100111111000001101110111001011100101100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E0DD; }

 p { color: rgb(167,224,221); }

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

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

 a { background-color: rgb(167,224,221); }

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

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

 span { border-color: rgb(167,224,221); }

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