#99CEC7

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

Shades of Sinbad #99CEC7

Tints of Sinbad #99CEC7

Color information

#99CEC7 (or 0x99CEC7) is unknown color: approx Sinbad. HEX triplet: 99, CE and C7. RGB value is (153,206,199). Sum of RGB (Red+Green+Blue) = 153+206+199=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEC7 is #663138. Grayscale: #BDBDBD. Windows color (decimal): -6697273 or 13094553. OLE color: 13094553.

HSL color Cylindrical-coordinate representation of color #99CEC7: hue angle of 172.08º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEC7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB153206199-
CMYK0.2600.030.19
HSL172.08º35.1%70.39%-
HSV(B)172.08º25.73%80.78%-
XYZ45.5255.0462.26-
YUV189.36133.44102.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=27.42%
G=36.92%
B=35.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061990.2600.030.19172.0835.170.39
Hex99CEC71A0313ac2346
Octal23131630732032325443106
Binary1001100111001110110001111101001110011101011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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