#A8DAD4

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

Shades of Sinbad #A8DAD4

Tints of Sinbad #A8DAD4

Color information

#A8DAD4 (or 0xA8DAD4) is unknown color: approx Sinbad. HEX triplet: A8, DA and D4. RGB value is (168,218,212). Sum of RGB (Red+Green+Blue) = 168+218+212=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD4 is #57252B. Grayscale: #CACACA. Windows color (decimal): -5711148 or 13949608. OLE color: 13949608.

HSL color Cylindrical-coordinate representation of color #A8DAD4: hue angle of 172.8º 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 #A8DAD4 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB168218212-
CMYK0.2300.030.15
HSL172.8º40.32%75.69%-
HSV(B)172.8º22.94%85.49%-
XYZ53.163.2271.69-
YUV202.37133.44103.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.09%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=28.09%
G=36.45%
B=35.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682182120.2300.030.15172.840.3275.69
HexA8DAD41703Fad284c
Octal25033232427031725550114
Binary101010001101101011010100101110111111101011011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAD4; }

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

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

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

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

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

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

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

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