#A8DFDC

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

Shades of Sinbad #A8DFDC

Tints of Sinbad #A8DFDC

Color information

#A8DFDC (or 0xA8DFDC) is unknown color: approx Sinbad. HEX triplet: A8, DF and DC. RGB value is (168,223,220). Sum of RGB (Red+Green+Blue) = 168+223+220=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFDC is #572023. Grayscale: #CECECE. Windows color (decimal): -5709860 or 14475176. OLE color: 14475176.

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

Color convert

RGB168223220-
CMYK0.2500.010.13
HSL176.73º46.22%76.67%-
HSV(B)176.73º24.66%87.45%-
XYZ55.4566.2777.58-
YUV206.21135.78100.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.50%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=27.50%
G=36.50%
B=36.01%

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
Decimal1682232200.2500.010.13176.7346.2276.67
HexA8DFDC1901Db12e4d
Octal25033733431011526156115
Binary10101000110111111101110011001011101101100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFDC; }

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

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

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

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

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

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

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

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