#9ADDCE

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

Shades of Sinbad #9ADDCE

Tints of Sinbad #9ADDCE

Color information

#9ADDCE (or 0x9ADDCE) is unknown color: approx Sinbad. HEX triplet: 9A, DD and CE. RGB value is (154,221,206). Sum of RGB (Red+Green+Blue) = 154+221+206=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDCE is #652231. Grayscale: #C7C7C7. Windows color (decimal): -6627890 or 13557146. OLE color: 13557146.

HSL color Cylindrical-coordinate representation of color #9ADDCE: hue angle of 166.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDCE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB154221206-
CMYK0.3000.070.13
HSL166.57º49.63%73.53%-
HSV(B)166.57º30.32%86.67%-
XYZ50.3263.0467.91-
YUV199.26131.895.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=26.51%
G=38.04%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542212060.3000.070.13166.5749.6373.53
Hex9ADDCE1E07Da7324a
Octal23233531636071524762112
Binary1001101011011101110011101111001111101101001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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