Html Css Color HEX #9FD6CB Sinbad

📋 copy color: '#9FD6CB'

red 159 ◦ green 214 ◦ blue 203

#9FD6CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #9FD6CB

Tints of Sinbad #9FD6CB

RGB

 RED value IS 159 (62.5% from 255) = 27.6%

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 27.6%
G = 37.15%
B = 35.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#9FD6CB (or 0x9FD6CB) is known color: Sinbad. HEX triplet: 9F, D6 and CB. RGB value is (159,214,203). Sum of RGB (Red+Green+Blue) = 159+214+203=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6CB is #602934. Grayscale: #C4C4C4. Windows color (decimal): -6302005 or 13358751. OLE color: 13358751.

HSL color Cylindrical-coordinate representation of color #9FD6CB: hue angle of 168º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD6CB is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 214 203 -
CMYK 0.26 0 0.05 0.16
HSL 168º 0.4% 0.73% -
HSV(B) 168º 0.26% 0.84% -
XYZ 49.12 59.78 65.45 -
YUV 196.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 159 214 203 0.26 0 0.05 0.16 168 0.4 0.73
Hex 9F D6 CB 1A 0 5 10 A8 28 49
Octal 237 326 313 32 0 5 20 250 50 111
Binary 10011111 11010110 11001011 11010 0 101 10000 10101000 101000 1001001

Color Harmonies of #9FD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD6CB

Black with #9FD6CB

Text Example


Text Example

White with #9FD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FD6CB;
 }
 .AnyTagClassName
 {
   color: #9FD6CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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