#9cd4cf

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

Shades of Sinbad #9CD4CF

Tints of Sinbad #9CD4CF

Color information

#9CD4CF (or 0x9CD4CF) is unknown color: approx Sinbad. HEX triplet: 9C, D4 and CF. RGB value is (156,212,207). Sum of RGB (Red+Green+Blue) = 156+212+207=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #9CD4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD4CF is #632B30. Grayscale: #C2C2C2. Windows color (decimal): -6499121 or 13620380. OLE color: 13620380.

HSL color Cylindrical-coordinate representation of color #9CD4CF: hue angle of 174.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD4CF is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB156212207-
CMYK0.2600.020.17
HSL174.64º39.44%72.16%-
HSV(B)174.64º26.42%83.14%-
XYZ48.5258.6667.8-
YUV194.69134.95100.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 207 (81.25% from 255) = 36%
R=27.13%
G=36.87%
B=36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1562122070.2600.020.17174.6439.4472.16
Hex9CD4CF1A0211af2748
Octal23432431732022125747110
Binary1001110011010100110011111101001010001101011111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cd4cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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