#9BD6CA

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

Shades of Sinbad #9BD6CA

Tints of Sinbad #9BD6CA

Color information

#9BD6CA (or 0x9BD6CA) is unknown color: approx Sinbad. HEX triplet: 9B, D6 and CA. RGB value is (155,214,202). Sum of RGB (Red+Green+Blue) = 155+214+202=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6CA is #642935. Grayscale: #C2C2C2. Windows color (decimal): -6564150 or 13293211. OLE color: 13293211.

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

Color convert

RGB155214202-
CMYK0.2800.060.16
HSL167.8º41.84%72.35%-
HSV(B)167.8º27.57%83.92%-
XYZ48.2259.3364.79-
YUV194.99131.9599.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=27.15%
G=37.48%
B=35.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552142020.2800.060.16167.841.8472.35
Hex9BD6CA1C0610a82a48
Octal23332631234062025052110
Binary10011011110101101100101011100011010000101010001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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