Html Css Color HEX #9FD6CE Sinbad

📋 copy color: '#9FD6CE'

red 159 ◦ green 214 ◦ blue 206

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

Shades of Sinbad #9FD6CE

Tints of Sinbad #9FD6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 27.46%
G = 36.96%
B = 35.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#9FD6CE (or 0x9FD6CE) is known color: Sinbad. HEX triplet: 9F, D6 and CE. RGB value is (159,214,206). Sum of RGB (Red+Green+Blue) = 159+214+206=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6CE is #602931. Grayscale: #C4C4C4. Windows color (decimal): -6302002 or 13555359. OLE color: 13555359.

HSL color Cylindrical-coordinate representation of color #9FD6CE: hue angle of 171.27º 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 #9FD6CE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 214 206 -
CMYK 0.26 0 0.04 0.16
HSL 171.27º 0.4% 0.73% -
HSV(B) 171.27º 0.26% 0.84% -
XYZ 49.49 59.92 67.35 -
YUV 196.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 159 214 206 0.26 0 0.04 0.16 171.27 0.4 0.73
Hex 9F D6 CE 1A 0 4 10 AB 28 49
Octal 237 326 316 32 0 4 20 253 50 111
Binary 10011111 11010110 11001110 11010 0 100 10000 10101011 101000 1001001

Color Harmonies of #9FD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD6CE

Black with #9FD6CE

Text Example


Text Example

White with #9FD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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