#9BCFCA

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

Shades of Sinbad #9BCFCA

Tints of Sinbad #9BCFCA

Color information

#9BCFCA (or 0x9BCFCA) is unknown color: approx Sinbad. HEX triplet: 9B, CF and CA. RGB value is (155,207,202). Sum of RGB (Red+Green+Blue) = 155+207+202=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFCA is #643035. Grayscale: #BEBEBE. Windows color (decimal): -6565942 or 13291419. OLE color: 13291419.

HSL color Cylindrical-coordinate representation of color #9BCFCA: hue angle of 174.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFCA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB155207202-
CMYK0.2500.020.19
HSL174.23º35.14%70.98%-
HSV(B)174.23º25.12%81.18%-
XYZ46.4955.8664.21-
YUV190.88134.27102.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=27.48%
G=36.70%
B=35.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552072020.2500.020.19174.2335.1470.98
Hex9BCFCA190213ae2347
Octal23331731231022325643107
Binary1001101111001111110010101100101010011101011101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,202); }

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

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

 a { background-color: rgb(155,207,202); }

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

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

 span { border-color: rgb(155,207,202); }

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