Html Css Color HEX #98D8CE Sinbad

📋 copy color: '#98D8CE'

red 152 ◦ green 216 ◦ blue 206

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

Shades of Sinbad #98D8CE

Tints of Sinbad #98D8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.63%

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

R = 26.48%
G = 37.63%
B = 35.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#98D8CE (or 0x98D8CE) is known color: Sinbad. HEX triplet: 98, D8 and CE. RGB value is (152,216,206). Sum of RGB (Red+Green+Blue) = 152+216+206=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8CE is #672731. Grayscale: #C3C3C3. Windows color (decimal): -6760242 or 13555864. OLE color: 13555864.

HSL color Cylindrical-coordinate representation of color #98D8CE: hue angle of 170.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D8CE is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 216 206 -
CMYK 0.30 0 0.05 0.15
HSL 170.63º 0.45% 0.72% -
HSV(B) 170.63º 0.3% 0.85% -
XYZ 48.65 60.24 67.46 -
YUV 195.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 152 216 206 0.30 0 0.05 0.15 170.63 0.45 0.72
Hex 98 D8 CE 1E 0 5 F AB 2D 48
Octal 230 330 316 36 0 5 17 253 55 110
Binary 10011000 11011000 11001110 11110 0 101 1111 10101011 101101 1001000

Color Harmonies of #98D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8CE

Black with #98D8CE

Text Example


Text Example

White with #98D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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