Html Css Color HEX #9FCEC9 Sinbad

📋 copy color: '#9FCEC9'

red 159 ◦ green 206 ◦ blue 201

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

Shades of Sinbad #9FCEC9

Tints of Sinbad #9FCEC9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 28.09%
G = 36.4%
B = 35.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#9FCEC9 (or 0x9FCEC9) is known color: Sinbad. HEX triplet: 9F, CE and C9. RGB value is (159,206,201). Sum of RGB (Red+Green+Blue) = 159+206+201=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEC9 is #603136. Grayscale: #BFBFBF. Windows color (decimal): -6304055 or 13225631. OLE color: 13225631.

HSL color Cylindrical-coordinate representation of color #9FCEC9: hue angle of 173.62º 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 #9FCEC9 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 201 -
CMYK 0.23 0 0.02 0.19
HSL 173.62º 0.32% 0.72% -
HSV(B) 173.62º 0.23% 0.81% -
XYZ 46.91 55.73 63.54 -
YUV 191.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 159 206 201 0.23 0 0.02 0.19 173.62 0.32 0.72
Hex 9F CE C9 17 0 2 13 AE 20 48
Octal 237 316 311 27 0 2 23 256 40 110
Binary 10011111 11001110 11001001 10111 0 10 10011 10101110 100000 1001000

Color Harmonies of #9FCEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEC9

Black with #9FCEC9

Text Example


Text Example

White with #9FCEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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