Html Css Color HEX #9FDCCE Sinbad

📋 copy color: '#9FDCCE'

red 159 ◦ green 220 ◦ blue 206

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

Shades of Sinbad #9FDCCE

Tints of Sinbad #9FDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

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

R = 27.18%
G = 37.61%
B = 35.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#9FDCCE (or 0x9FDCCE) is known color: Sinbad. HEX triplet: 9F, DC and CE. RGB value is (159,220,206). Sum of RGB (Red+Green+Blue) = 159+220+206=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCCE is #602331. Grayscale: #C8C8C8. Windows color (decimal): -6300466 or 13556895. OLE color: 13556895.

HSL color Cylindrical-coordinate representation of color #9FDCCE: hue angle of 166.23º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCCE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 206 -
CMYK 0.28 0 0.06 0.14
HSL 166.23º 0.47% 0.74% -
HSV(B) 166.23º 0.28% 0.86% -
XYZ 51.03 63.01 67.87 -
YUV 200.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 159 220 206 0.28 0 0.06 0.14 166.23 0.47 0.74
Hex 9F DC CE 1C 0 6 E A6 2F 4A
Octal 237 334 316 34 0 6 16 246 57 112
Binary 10011111 11011100 11001110 11100 0 110 1110 10100110 101111 1001010

Color Harmonies of #9FDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCCE

Black with #9FDCCE

Text Example


Text Example

White with #9FDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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