Html Css Color HEX #9FDFDC Sinbad

📋 copy color: '#9FDFDC'

red 159 ◦ green 223 ◦ blue 220

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

Shades of Sinbad #9FDFDC

Tints of Sinbad #9FDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 26.41%
G = 37.04%
B = 36.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#9FDFDC (or 0x9FDFDC) is known color: Sinbad. HEX triplet: 9F, DF and DC. RGB value is (159,223,220). Sum of RGB (Red+Green+Blue) = 159+223+220=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFDC is #602023. Grayscale: #CBCBCB. Windows color (decimal): -6299684 or 14475167. OLE color: 14475167.

HSL color Cylindrical-coordinate representation of color #9FDFDC: hue angle of 177.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFDC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 220 -
CMYK 0.29 0 0.01 0.13
HSL 177.19º 0.5% 0.75% -
HSV(B) 177.19º 0.29% 0.87% -
XYZ 53.6 65.31 77.49 -
YUV 203.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 159 223 220 0.29 0 0.01 0.13 177.19 0.5 0.75
Hex 9F DF DC 1D 0 1 D B1 32 4B
Octal 237 337 334 35 0 1 15 261 62 113
Binary 10011111 11011111 11011100 11101 0 1 1101 10110001 110010 1001011

Color Harmonies of #9FDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFDC

Black with #9FDFDC

Text Example


Text Example

White with #9FDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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