#A8DAD9

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

Shades of Sinbad #A8DAD9

Tints of Sinbad #A8DAD9

Color information

#A8DAD9 (or 0xA8DAD9) is unknown color: approx Sinbad. HEX triplet: A8, DA and D9. RGB value is (168,218,217). Sum of RGB (Red+Green+Blue) = 168+218+217=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD9 is #572526. Grayscale: #CACACA. Windows color (decimal): -5711143 or 14277288. OLE color: 14277288.

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

Color convert

RGB168218217-
CMYK0.2300.000.15
HSL178.8º40.32%75.69%-
HSV(B)178.8º22.94%85.49%-
XYZ53.7463.4875.07-
YUV202.94135.94103.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.86%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=27.86%
G=36.15%
B=35.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682182170.2300.000.15178.840.3275.69
HexA8DAD91700Fb3284c
Octal25033233127001726350114
Binary10101000110110101101100110111001111101100111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAD9; }

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

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

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

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

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

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

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

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