#99DFD1

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

Shades of Sinbad #99DFD1

Tints of Sinbad #99DFD1

Color information

#99DFD1 (or 0x99DFD1) is unknown color: approx Sinbad. HEX triplet: 99, DF and D1. RGB value is (153,223,209). Sum of RGB (Red+Green+Blue) = 153+223+209=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFD1 is #66202E. Grayscale: #C8C8C8. Windows color (decimal): -6692911 or 13754265. OLE color: 13754265.

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

Color convert

RGB153223209-
CMYK0.3100.060.13
HSL168º52.24%73.73%-
HSV(B)168º31.39%87.45%-
XYZ51.0364.1570.01-
YUV200.47132.8194.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.15%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=26.15%
G=38.12%
B=35.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532232090.3100.060.1316852.2473.73
Hex99DFD11F06Da8344a
Octal23133732137061525064112
Binary1001100111011111110100011111101101101101010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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