#9ADACE

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

Shades of Sinbad #9ADACE

Tints of Sinbad #9ADACE

Color information

#9ADACE (or 0x9ADACE) is unknown color: approx Sinbad. HEX triplet: 9A, DA and CE. RGB value is (154,218,206). Sum of RGB (Red+Green+Blue) = 154+218+206=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADACE is #652531. Grayscale: #C5C5C5. Windows color (decimal): -6628658 or 13556378. OLE color: 13556378.

HSL color Cylindrical-coordinate representation of color #9ADACE: hue angle of 168.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADACE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB154218206-
CMYK0.2900.060.15
HSL168.75º46.38%72.94%-
HSV(B)168.75º29.36%85.49%-
XYZ49.5461.4767.65-
YUV197.5132.896.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.64%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=26.64%
G=37.72%
B=35.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542182060.2900.060.15168.7546.3872.94
Hex9ADACE1D06Fa92e49
Octal23233231635061725156111
Binary1001101011011010110011101110101101111101010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADACE; }

 p { color: rgb(154,218,206); }

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

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

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

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

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

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

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