Html Css Color HEX #98D5CF Sinbad

📋 copy color: '#98D5CF'

red 152 ◦ green 213 ◦ blue 207

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

Shades of Sinbad #98D5CF

Tints of Sinbad #98D5CF

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 value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#98D5CF (or 0x98D5CF) is known color: 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

RGB 152 213 207 -
CMYK 0.29 0 0.03 0.16
HSL 174.1º 0.42% 0.72% -
HSV(B) 174.1º 0.29% 0.84% -
XYZ 48.01 58.77 67.84 -
YUV 194.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 152 213 207 0.29 0 0.03 0.16 174.1 0.42 0.72
Hex 98 D5 CF 1D 0 3 10 AE 2A 48
Octal 230 325 317 35 0 3 20 256 52 110
Binary 10011000 11010101 11001111 11101 0 11 10000 10101110 101010 1001000

Color Harmonies of #98D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5CF

Black with #98D5CF

Text Example


Text Example

White with #98D5CF

Text Example


Text Example

HTML Codes & Css Web 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>