#99DFD6

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

Shades of Sinbad #99DFD6

Tints of Sinbad #99DFD6

Color information

#99DFD6 (or 0x99DFD6) is unknown color: approx Sinbad. HEX triplet: 99, DF and D6. RGB value is (153,223,214). Sum of RGB (Red+Green+Blue) = 153+223+214=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFD6 is #662029. Grayscale: #C9C9C9. Windows color (decimal): -6692906 or 14081945. OLE color: 14081945.

HSL color Cylindrical-coordinate representation of color #99DFD6: hue angle of 172.29º 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 #99DFD6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB153223214-
CMYK0.3100.040.13
HSL172.29º52.24%73.73%-
HSV(B)172.29º31.39%87.45%-
XYZ51.6664.473.33-
YUV201.04135.3193.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=25.93%
G=37.80%
B=36.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532232140.3100.040.13172.2952.2473.73
Hex99DFD61F04Dac344a
Octal23133732637041525464112
Binary1001100111011111110101101111101001101101011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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