#98D5CF

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

Shades of Sinbad #98D5CF

Tints of Sinbad #98D5CF

Color information

#98D5CF (or 0x98D5CF) is unknown color: approx Sinbad. HEX triplet: 98, D5 and CF. RGB value is (152,213,207). Sum of RGB (Red+Green+Blue) = 152+213+207=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5CF is #672A30. Grayscale: #C2C2C2. Windows color (decimal): -6761009 or 13620632. OLE color: 13620632.

HSL color Cylindrical-coordinate representation of color #98D5CF: hue angle of 174.1º 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 #98D5CF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB152213207-
CMYK0.2900.030.16
HSL174.1º42.07%71.57%-
HSV(B)174.1º28.64%83.53%-
XYZ48.0158.7767.84-
YUV194.08135.2997.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.57%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=26.57%
G=37.24%
B=36.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522132070.2900.030.16174.142.0771.57
Hex98D5CF1D0310ae2a48
Octal23032531735032025652110
Binary1001100011010101110011111110101110000101011101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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