#A5DEDC

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

Shades of Sinbad #A5DEDC

Tints of Sinbad #A5DEDC

Color information

#A5DEDC (or 0xA5DEDC) is unknown color: approx Sinbad. HEX triplet: A5, DE and DC. RGB value is (165,222,220). Sum of RGB (Red+Green+Blue) = 165+222+220=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDC is #5A2123. Grayscale: #CCCCCC. Windows color (decimal): -5906724 or 14474917. OLE color: 14474917.

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

Color convert

RGB165222220-
CMYK0.2600.010.13
HSL177.89º46.34%75.88%-
HSV(B)177.89º25.68%87.06%-
XYZ54.5665.4177.46-
YUV204.73136.6299.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=27.18%
G=36.57%
B=36.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652222200.2600.010.13177.8946.3475.88
HexA5DEDC1A01Db22e4c
Octal24533633432011526256114
Binary10100101110111101101110011010011101101100101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEDC; }

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

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

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

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

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

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

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

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