#99CDC7

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

Shades of Sinbad #99CDC7

Tints of Sinbad #99CDC7

Color information

#99CDC7 (or 0x99CDC7) is unknown color: approx Sinbad. HEX triplet: 99, CD and C7. RGB value is (153,205,199). Sum of RGB (Red+Green+Blue) = 153+205+199=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDC7 is #663238. Grayscale: #BCBCBC. Windows color (decimal): -6697529 or 13094297. OLE color: 13094297.

HSL color Cylindrical-coordinate representation of color #99CDC7: hue angle of 173.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDC7 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB153205199-
CMYK0.2500.030.20
HSL173.08º34.21%70.2%-
HSV(B)173.08º25.37%80.39%-
XYZ45.2854.5662.18-
YUV188.77133.77102.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 199 (78.12% from 255) = 35.73%
R=27.47%
G=36.80%
B=35.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051990.2500.030.20173.0834.2170.2
Hex99CDC7190314ad2246
Octal23131530731032425542106
Binary1001100111001101110001111100101110100101011011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,199); }

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

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

 a { background-color: rgb(153,205,199); }

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

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

 span { border-color: rgb(153,205,199); }

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