Html Css Color HEX #9FDDD6 Sinbad

📋 copy color: '#9FDDD6'

red 159 ◦ green 221 ◦ blue 214

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

Shades of Sinbad #9FDDD6

Tints of Sinbad #9FDDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.21%

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 26.77%
G = 37.21%
B = 36.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#9FDDD6 (or 0x9FDDD6) is known color: Sinbad. HEX triplet: 9F, DD and D6. RGB value is (159,221,214). Sum of RGB (Red+Green+Blue) = 159+221+214=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDD6 is #602229. Grayscale: #C9C9C9. Windows color (decimal): -6300202 or 14081439. OLE color: 14081439.

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

Color convert

RGB 159 221 214 -
CMYK 0.28 0 0.03 0.13
HSL 173.23º 0.48% 0.75% -
HSV(B) 173.23º 0.28% 0.87% -
XYZ 52.29 63.94 73.2 -
YUV 201.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 159 221 214 0.28 0 0.03 0.13 173.23 0.48 0.75
Hex 9F DD D6 1C 0 3 D AD 30 4B
Octal 237 335 326 34 0 3 15 255 60 113
Binary 10011111 11011101 11010110 11100 0 11 1101 10101101 110000 1001011

Color Harmonies of #9FDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDD6

Black with #9FDDD6

Text Example


Text Example

White with #9FDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,214); }

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

background-color css

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

 a { background-color: rgb(159,221,214); }

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

border-color css

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

 span { border-color: rgb(159,221,214); }

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