Html Css Color HEX #9FDBCF Sinbad

📋 copy color: '#9FDBCF'

red 159 ◦ green 219 ◦ blue 207

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

Shades of Sinbad #9FDBCF

Tints of Sinbad #9FDBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 27.18%
G = 37.44%
B = 35.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#9FDBCF (or 0x9FDBCF) is known color: Sinbad. HEX triplet: 9F, DB and CF. RGB value is (159,219,207). Sum of RGB (Red+Green+Blue) = 159+219+207=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBCF is #602430. Grayscale: #C7C7C7. Windows color (decimal): -6300721 or 13622175. OLE color: 13622175.

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

Color convert

RGB 159 219 207 -
CMYK 0.27 0 0.05 0.14
HSL 168º 0.45% 0.74% -
HSV(B) 168º 0.27% 0.86% -
XYZ 50.89 62.54 68.42 -
YUV 199.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 159 219 207 0.27 0 0.05 0.14 168 0.45 0.74
Hex 9F DB CF 1B 0 5 E A8 2D 4A
Octal 237 333 317 33 0 5 16 250 55 112
Binary 10011111 11011011 11001111 11011 0 101 1110 10101000 101101 1001010

Color Harmonies of #9FDBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBCF

Black with #9FDBCF

Text Example


Text Example

White with #9FDBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,207); }

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

background-color css

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

 a { background-color: rgb(159,219,207); }

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

border-color css

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

 span { border-color: rgb(159,219,207); }

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