Html Css Color HEX #98D7CF Sinbad

📋 copy color: '#98D7CF'

red 152 ◦ green 215 ◦ blue 207

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

Shades of Sinbad #98D7CF

Tints of Sinbad #98D7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 26.48%
G = 37.46%
B = 36.06%

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

#98D7CF (or 0x98D7CF) is known color: Sinbad. HEX triplet: 98, D7 and CF. RGB value is (152,215,207). Sum of RGB (Red+Green+Blue) = 152+215+207=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7CF is #672830. Grayscale: #C3C3C3. Windows color (decimal): -6760497 or 13621144. OLE color: 13621144.

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

Color convert

RGB 152 215 207 -
CMYK 0.29 0 0.04 0.16
HSL 172.38º 0.44% 0.72% -
HSV(B) 172.38º 0.29% 0.84% -
XYZ 48.51 59.78 68.01 -
YUV 195.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 152 215 207 0.29 0 0.04 0.16 172.38 0.44 0.72
Hex 98 D7 CF 1D 0 4 10 AC 2C 48
Octal 230 327 317 35 0 4 20 254 54 110
Binary 10011000 11010111 11001111 11101 0 100 10000 10101100 101100 1001000

Color Harmonies of #98D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D7CF

Black with #98D7CF

Text Example


Text Example

White with #98D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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