#99DFD9

Color #99DFD9 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #99DFD9

Tints of Sinbad #99DFD9

Color information

#99DFD9 (or 0x99DFD9) is unknown color: approx Sinbad. HEX triplet: 99, DF and D9. RGB value is (153,223,217). Sum of RGB (Red+Green+Blue) = 153+223+217=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFD9 is #662026. Grayscale: #C9C9C9. Windows color (decimal): -6692903 or 14278553. OLE color: 14278553.

HSL color Cylindrical-coordinate representation of color #99DFD9: hue angle of 174.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFD9 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB153223217-
CMYK0.3100.030.13
HSL174.86º52.24%73.73%-
HSV(B)174.86º31.39%87.45%-
XYZ52.0564.5675.36-
YUV201.39136.8193.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=25.80%
G=37.61%
B=36.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532232170.3100.030.13174.8652.2473.73
Hex99DFD91F03Daf344a
Octal23133733137031525764112
Binary100110011101111111011001111110111101101011111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DFD9; }

 p { color: rgb(153,223,217); }

 H1.HeaderClassName
 {
   color: #99DFD9;
 }
 .AnyTagClassName
 {
   color: #99DFD9;
 }
</style>
background-color css

<style>
 a { background-color: #99DFD9; }

 a { background-color: rgb(153,223,217); }

 div.DivClassName
 {
   background-color: #99DFD9;
 }
 .BgClassName
 {
   background-color: #99DFD9;
 }
</style>
border-color css

<style>
 span { border-color: #99DFD9; }

 span { border-color: rgb(153,223,217); }

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