#99D9CC

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

Shades of Sinbad #99D9CC

Tints of Sinbad #99D9CC

Color information

#99D9CC (or 0x99D9CC) is unknown color: approx Sinbad. HEX triplet: 99, D9 and CC. RGB value is (153,217,204). Sum of RGB (Red+Green+Blue) = 153+217+204=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9CC is #662633. Grayscale: #C4C4C4. Windows color (decimal): -6694452 or 13425049. OLE color: 13425049.

HSL color Cylindrical-coordinate representation of color #99D9CC: hue angle of 167.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9CC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB153217204-
CMYK0.2900.060.15
HSL167.81º45.71%72.55%-
HSV(B)167.81º29.49%85.1%-
XYZ48.8560.7666.28-
YUV196.38132.397.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.66%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=26.66%
G=37.80%
B=35.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532172040.2900.060.15167.8145.7172.55
Hex99D9CC1D06Fa82e49
Octal23133131435061725056111
Binary1001100111011001110011001110101101111101010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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