#98DAD1

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

Shades of Sinbad #98DAD1

Tints of Sinbad #98DAD1

Color information

#98DAD1 (or 0x98DAD1) is unknown color: approx Sinbad. HEX triplet: 98, DA and D1. RGB value is (152,218,209). Sum of RGB (Red+Green+Blue) = 152+218+209=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAD1 is #67252E. Grayscale: #C5C5C5. Windows color (decimal): -6759727 or 13752984. OLE color: 13752984.

HSL color Cylindrical-coordinate representation of color #98DAD1: hue angle of 171.82º 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 #98DAD1 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB152218209-
CMYK0.3000.040.15
HSL171.82º47.14%72.55%-
HSV(B)171.82º30.28%85.49%-
XYZ49.5361.4269.57-
YUV197.24134.6395.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=26.25%
G=37.65%
B=36.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522182090.3000.040.15171.8247.1472.55
Hex98DAD11E04Fac2f49
Octal23033232136041725457111
Binary1001100011011010110100011111001001111101011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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