#98D5CB

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

Shades of Sinbad #98D5CB

Tints of Sinbad #98D5CB

Color information

#98D5CB (or 0x98D5CB) is unknown color: approx Sinbad. HEX triplet: 98, D5 and CB. RGB value is (152,213,203). Sum of RGB (Red+Green+Blue) = 152+213+203=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5CB is #672A34. Grayscale: #C1C1C1. Windows color (decimal): -6761013 or 13358488. OLE color: 13358488.

HSL color Cylindrical-coordinate representation of color #98D5CB: hue angle of 170.16º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D5CB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB152213203-
CMYK0.2900.050.16
HSL170.16º42.07%71.57%-
HSV(B)170.16º28.64%83.53%-
XYZ47.5258.5865.3-
YUV193.62133.2998.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.76%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=26.76%
G=37.5%
B=35.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522132030.2900.050.16170.1642.0771.57
Hex98D5CB1D0510aa2a48
Octal23032531335052025252110
Binary10011000110101011100101111101010110000101010101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,213,203); }

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

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

 a { background-color: rgb(152,213,203); }

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

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

 span { border-color: rgb(152,213,203); }

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