#A2DFDC

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

Shades of Sinbad #A2DFDC

Tints of Sinbad #A2DFDC

Color information

#A2DFDC (or 0xA2DFDC) is unknown color: approx Sinbad. HEX triplet: A2, DF and DC. RGB value is (162,223,220). Sum of RGB (Red+Green+Blue) = 162+223+220=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFDC is #5D2023. Grayscale: #CCCCCC. Windows color (decimal): -6103076 or 14475170. OLE color: 14475170.

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

Color convert

RGB162223220-
CMYK0.2700.010.13
HSL177.05º48.8%75.49%-
HSV(B)177.05º27.35%87.45%-
XYZ54.2165.6277.52-
YUV204.42136.7997.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.78%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=26.78%
G=36.86%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622232200.2700.010.13177.0548.875.49
HexA2DFDC1B01Db1314b
Octal24233733433011526161113
Binary10100010110111111101110011011011101101100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DFDC; }

 p { color: rgb(162,223,220); }

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

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

 a { background-color: rgb(162,223,220); }

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

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

 span { border-color: rgb(162,223,220); }

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