Html Css Color HEX #9FD8CF Sinbad

📋 copy color: '#9FD8CF'

red 159 ◦ green 216 ◦ blue 207

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

Shades of Sinbad #9FD8CF

Tints of Sinbad #9FD8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.11%

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

R = 27.32%
G = 37.11%
B = 35.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#9FD8CF (or 0x9FD8CF) is known color: Sinbad. HEX triplet: 9F, D8 and CF. RGB value is (159,216,207). Sum of RGB (Red+Green+Blue) = 159+216+207=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD8CF is #602730. Grayscale: #C5C5C5. Windows color (decimal): -6301489 or 13621407. OLE color: 13621407.

HSL color Cylindrical-coordinate representation of color #9FD8CF: hue angle of 170.53º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8CF is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 207 -
CMYK 0.26 0 0.04 0.15
HSL 170.53º 0.42% 0.74% -
HSV(B) 170.53º 0.26% 0.85% -
XYZ 50.12 60.99 68.16 -
YUV 197.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 159 216 207 0.26 0 0.04 0.15 170.53 0.42 0.74
Hex 9F D8 CF 1A 0 4 F AB 2A 4A
Octal 237 330 317 32 0 4 17 253 52 112
Binary 10011111 11011000 11001111 11010 0 100 1111 10101011 101010 1001010

Color Harmonies of #9FD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD8CF

Black with #9FD8CF

Text Example


Text Example

White with #9FD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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