#A2DAD8

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

Shades of Sinbad #A2DAD8

Tints of Sinbad #A2DAD8

Color information

#A2DAD8 (or 0xA2DAD8) is unknown color: approx Sinbad. HEX triplet: A2, DA and D8. RGB value is (162,218,216). Sum of RGB (Red+Green+Blue) = 162+218+216=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DAD8 is #5D2527. Grayscale: #C8C8C8. Windows color (decimal): -6104360 or 14211746. OLE color: 14211746.

HSL color Cylindrical-coordinate representation of color #A2DAD8: hue angle of 177.86º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DAD8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB162218216-
CMYK0.2600.010.15
HSL177.86º43.08%74.51%-
HSV(B)177.86º25.69%85.49%-
XYZ52.3762.7874.32-
YUV201.03136.45100.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.18%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=27.18%
G=36.58%
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.15
SystemRedGreenBlueCMYKHSL
Decimal1622182160.2600.010.15177.8643.0874.51
HexA2DAD81A01Fb22b4b
Octal24233233032011726253113
Binary10100010110110101101100011010011111101100101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DAD8; }

 p { color: rgb(162,218,216); }

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

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

 a { background-color: rgb(162,218,216); }

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

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

 span { border-color: rgb(162,218,216); }

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