#9DDCCE

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

Shades of Sinbad #9DDCCE

Tints of Sinbad #9DDCCE

Color information

#9DDCCE (or 0x9DDCCE) is unknown color: approx Sinbad. HEX triplet: 9D, DC and CE. RGB value is (157,220,206). Sum of RGB (Red+Green+Blue) = 157+220+206=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCCE is #622331. Grayscale: #C7C7C7. Windows color (decimal): -6431538 or 13556893. OLE color: 13556893.

HSL color Cylindrical-coordinate representation of color #9DDCCE: hue angle of 166.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCCE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB157220206-
CMYK0.2900.060.14
HSL166.67º47.37%73.92%-
HSV(B)166.67º28.64%86.27%-
XYZ50.6462.8167.85-
YUV199.57131.6397.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=26.93%
G=37.74%
B=35.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572202060.2900.060.14166.6747.3773.92
Hex9DDCCE1D06Ea72f4a
Octal23533431635061624757112
Binary1001110111011100110011101110101101110101001111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,206); }

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

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

 a { background-color: rgb(157,220,206); }

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

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

 span { border-color: rgb(157,220,206); }

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