#98DACF

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

Shades of Sinbad #98DACF

Tints of Sinbad #98DACF

Color information

#98DACF (or 0x98DACF) is unknown color: approx Sinbad. HEX triplet: 98, DA and CF. RGB value is (152,218,207). Sum of RGB (Red+Green+Blue) = 152+218+207=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #98DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DACF is #672530. Grayscale: #C4C4C4. Windows color (decimal): -6759729 or 13621912. OLE color: 13621912.

HSL color Cylindrical-coordinate representation of color #98DACF: hue angle of 170º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DACF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB152218207-
CMYK0.3000.050.15
HSL170º47.14%72.55%-
HSV(B)170º30.28%85.49%-
XYZ49.2861.3268.27-
YUV197.01133.6395.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.34%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=26.34%
G=37.78%
B=35.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522182070.3000.050.1517047.1472.55
Hex98DACF1E05Faa2f49
Octal23033231736051725257111
Binary1001100011011010110011111111001011111101010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DACF; }

 p { color: rgb(152,218,207); }

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

<style>
 a { background-color: #98DACF; }

 a { background-color: rgb(152,218,207); }

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

<style>
 span { border-color: #98DACF; }

 span { border-color: rgb(152,218,207); }

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