Html Css Color HEX #9FD8D5 Sinbad

📋 copy color: '#9FD8D5'

red 159 ◦ green 216 ◦ blue 213

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

Shades of Sinbad #9FD8D5

Tints of Sinbad #9FD8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 27.04%
G = 36.73%
B = 36.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#9FD8D5 (or 0x9FD8D5) is known color: Sinbad. HEX triplet: 9F, D8 and D5. RGB value is (159,216,213). Sum of RGB (Red+Green+Blue) = 159+216+213=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD8D5 is #60272A. Grayscale: #C6C6C6. Windows color (decimal): -6301483 or 14014623. OLE color: 14014623.

HSL color Cylindrical-coordinate representation of color #9FD8D5: hue angle of 176.84º 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 #9FD8D5 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 213 -
CMYK 0.26 0 0.01 0.15
HSL 176.84º 0.42% 0.74% -
HSV(B) 176.84º 0.26% 0.85% -
XYZ 50.86 61.29 72.1 -
YUV 198.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 159 216 213 0.26 0 0.01 0.15 176.84 0.42 0.74
Hex 9F D8 D5 1A 0 1 F B1 2A 4A
Octal 237 330 325 32 0 1 17 261 52 112
Binary 10011111 11011000 11010101 11010 0 1 1111 10110001 101010 1001010

Color Harmonies of #9FD8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD8D5

Black with #9FD8D5

Text Example


Text Example

White with #9FD8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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