#9CDCCF

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

Shades of Sinbad #9CDCCF

Tints of Sinbad #9CDCCF

Color information

#9CDCCF (or 0x9CDCCF) is unknown color: approx Sinbad. HEX triplet: 9C, DC and CF. RGB value is (156,220,207). Sum of RGB (Red+Green+Blue) = 156+220+207=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCCF is #632330. Grayscale: #C7C7C7. Windows color (decimal): -6497073 or 13622428. OLE color: 13622428.

HSL color Cylindrical-coordinate representation of color #9CDCCF: hue angle of 167.81º degrees, saturation: 0.48, 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 #9CDCCF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB156220207-
CMYK0.2900.060.14
HSL167.81º47.76%73.73%-
HSV(B)167.81º29.09%86.27%-
XYZ50.5762.7668.48-
YUV199.38132.397.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=26.76%
G=37.74%
B=35.51%

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
Decimal1562202070.2900.060.14167.8147.7673.73
Hex9CDCCF1D06Ea8304a
Octal23433431735061625060112
Binary1001110011011100110011111110101101110101010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,207); }

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

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

 a { background-color: rgb(156,220,207); }

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

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

 span { border-color: rgb(156,220,207); }

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