#A8DADA

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

Shades of Sinbad #A8DADA

Tints of Sinbad #A8DADA

Color information

#A8DADA (or 0xA8DADA) is unknown color: approx Sinbad. HEX triplet: A8, DA and DA. RGB value is (168,218,218). Sum of RGB (Red+Green+Blue) = 168+218+218=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #A8DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DADA is #572525. Grayscale: #CBCBCB. Windows color (decimal): -5711142 or 14342824. OLE color: 14342824.

HSL color Cylindrical-coordinate representation of color #A8DADA: hue angle of 180º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DADA is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168218218-
CMYK0.23000.15
HSL180º40.32%75.69%-
HSV(B)180º22.94%85.49%-
XYZ53.8763.5375.75-
YUV203.05136.44103-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.81%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=27.81%
G=36.09%
B=36.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682182180.23000.1518040.3275.69
HexA8DADA1700Fb4284c
Octal25033233227001726450114
Binary10101000110110101101101010111001111101101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DADA; }

 p { color: rgb(168,218,218); }

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

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

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

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

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

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

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