#99DFD3

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

Shades of Sinbad #99DFD3

Tints of Sinbad #99DFD3

Color information

#99DFD3 (or 0x99DFD3) is unknown color: approx Sinbad. HEX triplet: 99, DF and D3. RGB value is (153,223,211). Sum of RGB (Red+Green+Blue) = 153+223+211=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFD3 is #66202C. Grayscale: #C8C8C8. Windows color (decimal): -6692909 or 13885337. OLE color: 13885337.

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

Color convert

RGB153223211-
CMYK0.3100.050.13
HSL169.71º52.24%73.73%-
HSV(B)169.71º31.39%87.45%-
XYZ51.2864.2571.33-
YUV200.7133.8193.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=26.06%
G=37.99%
B=35.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532232110.3100.050.13169.7152.2473.73
Hex99DFD31F05Daa344a
Octal23133732337051525264112
Binary1001100111011111110100111111101011101101010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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