Html Css Color HEX #98D9CF Sinbad

📋 copy color: '#98D9CF'

red 152 ◦ green 217 ◦ blue 207

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

Shades of Sinbad #98D9CF

Tints of Sinbad #98D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.67%

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

R = 26.39%
G = 37.67%
B = 35.94%

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

#98D9CF (or 0x98D9CF) is known color: Sinbad. HEX triplet: 98, D9 and CF. RGB value is (152,217,207). Sum of RGB (Red+Green+Blue) = 152+217+207=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9CF is #672630. Grayscale: #C4C4C4. Windows color (decimal): -6759985 or 13621656. OLE color: 13621656.

HSL color Cylindrical-coordinate representation of color #98D9CF: hue angle of 170.77º degrees, saturation: 0.46, 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 #98D9CF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 217 207 -
CMYK 0.30 0 0.05 0.15
HSL 170.77º 0.46% 0.72% -
HSV(B) 170.77º 0.3% 0.85% -
XYZ 49.02 60.81 68.18 -
YUV 196.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 152 217 207 0.30 0 0.05 0.15 170.77 0.46 0.72
Hex 98 D9 CF 1E 0 5 F AB 2E 48
Octal 230 331 317 36 0 5 17 253 56 110
Binary 10011000 11011001 11001111 11110 0 101 1111 10101011 101110 1001000

Color Harmonies of #98D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D9CF

Black with #98D9CF

Text Example


Text Example

White with #98D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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