#9FCECB

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

Shades of Sinbad #9FCECB

Tints of Sinbad #9FCECB

Color information

#9FCECB (or 0x9FCECB) is unknown color: approx Sinbad. HEX triplet: 9F, CE and CB. RGB value is (159,206,203). Sum of RGB (Red+Green+Blue) = 159+206+203=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCECB is #603134. Grayscale: #BFBFBF. Windows color (decimal): -6304053 or 13356703. OLE color: 13356703.

HSL color Cylindrical-coordinate representation of color #9FCECB: hue angle of 176.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCECB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB159206203-
CMYK0.2300.010.19
HSL176.17º32.41%71.57%-
HSV(B)176.17º22.82%80.78%-
XYZ47.1555.8364.79-
YUV191.6134.43104.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.99%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=27.99%
G=36.27%
B=35.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592062030.2300.010.19176.1732.4171.57
Hex9FCECB170113b02048
Octal23731631327012326040110
Binary100111111100111011001011101110110011101100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,203); }

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

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

 a { background-color: rgb(159,206,203); }

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

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

 span { border-color: rgb(159,206,203); }

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