#98DBD2

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

Shades of Sinbad #98DBD2

Tints of Sinbad #98DBD2

Color information

#98DBD2 (or 0x98DBD2) is unknown color: approx Sinbad. HEX triplet: 98, DB and D2. RGB value is (152,219,210). Sum of RGB (Red+Green+Blue) = 152+219+210=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBD2 is #67242D. Grayscale: #C5C5C5. Windows color (decimal): -6759470 or 13818776. OLE color: 13818776.

HSL color Cylindrical-coordinate representation of color #98DBD2: hue angle of 171.94º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBD2 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB152219210-
CMYK0.3100.040.14
HSL171.94º48.2%72.75%-
HSV(B)171.94º30.59%85.88%-
XYZ49.9161.9970.31-
YUV197.94134.895.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.16%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=26.16%
G=37.69%
B=36.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522192100.3100.040.14171.9448.272.75
Hex98DBD21F04Eac3049
Octal23033332237041625460111
Binary1001100011011011110100101111101001110101011001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,210); }

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

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

 a { background-color: rgb(152,219,210); }

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

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

 span { border-color: rgb(152,219,210); }

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