#98DBCF

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

Shades of Sinbad #98DBCF

Tints of Sinbad #98DBCF

Color information

#98DBCF (or 0x98DBCF) is unknown color: approx Sinbad. HEX triplet: 98, DB and CF. RGB value is (152,219,207). Sum of RGB (Red+Green+Blue) = 152+219+207=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBCF is #672430. Grayscale: #C5C5C5. Windows color (decimal): -6759473 or 13622168. OLE color: 13622168.

HSL color Cylindrical-coordinate representation of color #98DBCF: hue angle of 169.25º 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 #98DBCF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB152219207-
CMYK0.3100.050.14
HSL169.25º48.2%72.75%-
HSV(B)169.25º30.59%85.88%-
XYZ49.5461.8468.36-
YUV197.6133.395.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=26.30%
G=37.89%
B=35.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522192070.3100.050.14169.2548.272.75
Hex98DBCF1F05Ea93049
Octal23033331737051625160111
Binary1001100011011011110011111111101011110101010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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