#99DFD4

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

Shades of Sinbad #99DFD4

Tints of Sinbad #99DFD4

Color information

#99DFD4 (or 0x99DFD4) is unknown color: approx Sinbad. HEX triplet: 99, DF and D4. RGB value is (153,223,212). Sum of RGB (Red+Green+Blue) = 153+223+212=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFD4 is #66202B. Grayscale: #C8C8C8. Windows color (decimal): -6692908 or 13950873. OLE color: 13950873.

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

Color convert

RGB153223212-
CMYK0.3100.050.13
HSL170.57º52.24%73.73%-
HSV(B)170.57º31.39%87.45%-
XYZ51.4164.371.99-
YUV200.82134.3193.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=26.02%
G=37.93%
B=36.05%

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
Decimal1532232120.3100.050.13170.5752.2473.73
Hex99DFD41F05Dab344a
Octal23133732437051525364112
Binary1001100111011111110101001111101011101101010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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