#9CD2CC

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

Shades of Sinbad #9CD2CC

Tints of Sinbad #9CD2CC

Color information

#9CD2CC (or 0x9CD2CC) is unknown color: approx Sinbad. HEX triplet: 9C, D2 and CC. RGB value is (156,210,204). Sum of RGB (Red+Green+Blue) = 156+210+204=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD2CC is #632D33. Grayscale: #C1C1C1. Windows color (decimal): -6499636 or 13423260. OLE color: 13423260.

HSL color Cylindrical-coordinate representation of color #9CD2CC: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD2CC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB156210204-
CMYK0.2600.030.18
HSL173.33º37.5%71.76%-
HSV(B)173.33º25.71%82.35%-
XYZ47.6657.5265.72-
YUV193.17134.11101.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.37%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=27.37%
G=36.84%
B=35.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562102040.2600.030.18173.3337.571.76
Hex9CD2CC1A0312ad2648
Octal23432231432032225546110
Binary1001110011010010110011001101001110010101011011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,210,204); }

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

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

 a { background-color: rgb(156,210,204); }

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

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

 span { border-color: rgb(156,210,204); }

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