Html Css Color HEX #98D7CE Sinbad

📋 copy color: '#98D7CE'

red 152 ◦ green 215 ◦ blue 206

#98D7CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #98D7CE

Tints of Sinbad #98D7CE

RGB

 RED value IS 152 (59.77% from 255) = 26.53%

 GREEN value IS 215 (84.38% from 255) = 37.52%

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 26.53%
G = 37.52%
B = 35.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#98D7CE (or 0x98D7CE) is known color: Sinbad. HEX triplet: 98, D7 and CE. RGB value is (152,215,206). Sum of RGB (Red+Green+Blue) = 152+215+206=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7CE is #672831. Grayscale: #C3C3C3. Windows color (decimal): -6760498 or 13555608. OLE color: 13555608.

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

Color convert

RGB 152 215 206 -
CMYK 0.29 0 0.04 0.16
HSL 171.43º 0.44% 0.72% -
HSV(B) 171.43º 0.29% 0.84% -
XYZ 48.39 59.73 67.37 -
YUV 195.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 152 215 206 0.29 0 0.04 0.16 171.43 0.44 0.72
Hex 98 D7 CE 1D 0 4 10 AB 2C 48
Octal 230 327 316 35 0 4 20 253 54 110
Binary 10011000 11010111 11001110 11101 0 100 10000 10101011 101100 1001000

Color Harmonies of #98D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D7CE

Black with #98D7CE

Text Example


Text Example

White with #98D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,215,206); }

 H1.HeaderClassName
 {
   color: #98D7CE;
 }
 .AnyTagClassName
 {
   color: #98D7CE;
 }
</style>

background-color css

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

 a { background-color: rgb(152,215,206); }

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

border-color css

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

 span { border-color: rgb(152,215,206); }

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