#98D3CC

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

Shades of Sinbad #98D3CC

Tints of Sinbad #98D3CC

Color information

#98D3CC (or 0x98D3CC) is unknown color: approx Sinbad. HEX triplet: 98, D3 and CC. RGB value is (152,211,204). Sum of RGB (Red+Green+Blue) = 152+211+204=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #98D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D3CC is #672C33. Grayscale: #C0C0C0. Windows color (decimal): -6761524 or 13423512. OLE color: 13423512.

HSL color Cylindrical-coordinate representation of color #98D3CC: hue angle of 172.88º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D3CC is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB152211204-
CMYK0.2800.030.17
HSL172.88º40.14%71.18%-
HSV(B)172.88º27.96%82.75%-
XYZ47.1457.6265.76-
YUV192.56134.4599.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=26.81%
G=37.21%
B=35.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522112040.2800.030.17172.8840.1471.18
Hex98D3CC1C0311ad2847
Octal23032331434032125550107
Binary1001100011010011110011001110001110001101011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,211,204); }

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

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

 a { background-color: rgb(152,211,204); }

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

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

 span { border-color: rgb(152,211,204); }

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