#9CD5CF

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

Shades of Sinbad #9CD5CF

Tints of Sinbad #9CD5CF

Color information

#9CD5CF (or 0x9CD5CF) is unknown color: approx Sinbad. HEX triplet: 9C, D5 and CF. RGB value is (156,213,207). Sum of RGB (Red+Green+Blue) = 156+213+207=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD5CF is #632A30. Grayscale: #C3C3C3. Windows color (decimal): -6498865 or 13620636. OLE color: 13620636.

HSL color Cylindrical-coordinate representation of color #9CD5CF: hue angle of 173.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5CF is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB156213207-
CMYK0.2700.030.16
HSL173.68º40.43%72.35%-
HSV(B)173.68º26.76%83.53%-
XYZ48.7759.1667.88-
YUV195.27134.6299.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.08%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=27.08%
G=36.98%
B=35.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562132070.2700.030.16173.6840.4372.35
Hex9CD5CF1B0310ae2848
Octal23432531733032025650110
Binary1001110011010101110011111101101110000101011101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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