#99CFC8

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

Shades of Sinbad #99CFC8

Tints of Sinbad #99CFC8

Color information

#99CFC8 (or 0x99CFC8) is unknown color: approx Sinbad. HEX triplet: 99, CF and C8. RGB value is (153,207,200). Sum of RGB (Red+Green+Blue) = 153+207+200=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFC8 is #663037. Grayscale: #BEBEBE. Windows color (decimal): -6697016 or 13160345. OLE color: 13160345.

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

Color convert

RGB153207200-
CMYK0.2600.030.19
HSL172.22º36%70.59%-
HSV(B)172.22º26.09%81.18%-
XYZ45.8855.5762.95-
YUV190.06133.61101.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.32%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=27.32%
G=36.96%
B=35.71%

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
Decimal1532072000.2600.030.19172.223670.59
Hex99CFC81A0313ac2447
Octal23131731032032325444107
Binary1001100111001111110010001101001110011101011001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,200); }

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

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

 a { background-color: rgb(153,207,200); }

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

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

 span { border-color: rgb(153,207,200); }

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