#9CDFDA

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

Shades of Sinbad #9CDFDA

Tints of Sinbad #9CDFDA

Color information

#9CDFDA (or 0x9CDFDA) is unknown color: approx Sinbad. HEX triplet: 9C, DF and DA. RGB value is (156,223,218). Sum of RGB (Red+Green+Blue) = 156+223+218=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFDA is #632025. Grayscale: #CACACA. Windows color (decimal): -6496294 or 14344092. OLE color: 14344092.

HSL color Cylindrical-coordinate representation of color #9CDFDA: hue angle of 175.52º degrees, saturation: 0.51, 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 #9CDFDA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB156223218-
CMYK0.3000.020.13
HSL175.52º51.15%74.31%-
HSV(B)175.52º30.04%87.45%-
XYZ52.7564.9176.08-
YUV202.4136.894.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=26.13%
G=37.35%
B=36.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562232180.3000.020.13175.5251.1574.31
Hex9CDFDA1E02Db0334a
Octal23433733236021526063112
Binary100111001101111111011010111100101101101100001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,223,218); }

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

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

 a { background-color: rgb(156,223,218); }

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

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

 span { border-color: rgb(156,223,218); }

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