#A7DEDC

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

Shades of Sinbad #A7DEDC

Tints of Sinbad #A7DEDC

Color information

#A7DEDC (or 0xA7DEDC) is unknown color: approx Sinbad. HEX triplet: A7, DE and DC. RGB value is (167,222,220). Sum of RGB (Red+Green+Blue) = 167+222+220=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEDC is #582123. Grayscale: #CDCDCD. Windows color (decimal): -5775652 or 14474919. OLE color: 14474919.

HSL color Cylindrical-coordinate representation of color #A7DEDC: hue angle of 177.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DEDC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB167222220-
CMYK0.2500.010.13
HSL177.82º45.45%76.27%-
HSV(B)177.82º24.77%87.06%-
XYZ54.9865.6377.48-
YUV205.33136.28100.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.42%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=27.42%
G=36.45%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672222200.2500.010.13177.8245.4576.27
HexA7DEDC1901Db22d4c
Octal24733633431011526255114
Binary10100111110111101101110011001011101101100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DEDC; }

 p { color: rgb(167,222,220); }

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

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

 a { background-color: rgb(167,222,220); }

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

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

 span { border-color: rgb(167,222,220); }

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