Html Css Color HEX #98DBCF Sinbad

📋 copy color: '#98DBCF'

red 152 ◦ green 219 ◦ blue 207

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

Shades of Sinbad #98DBCF

Tints of Sinbad #98DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

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

R = 26.3%
G = 37.89%
B = 35.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#98DBCF (or 0x98DBCF) is known color: Sinbad. HEX triplet: 98, DB and CF. RGB value is (152,219,207). Sum of RGB (Red+Green+Blue) = 152+219+207=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBCF is #672430. Grayscale: #C5C5C5. Windows color (decimal): -6759473 or 13622168. OLE color: 13622168.

HSL color Cylindrical-coordinate representation of color #98DBCF: hue angle of 169.25º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBCF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 219 207 -
CMYK 0.31 0 0.05 0.14
HSL 169.25º 0.48% 0.73% -
HSV(B) 169.25º 0.31% 0.86% -
XYZ 49.54 61.84 68.36 -
YUV 197.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 152 219 207 0.31 0 0.05 0.14 169.25 0.48 0.73
Hex 98 DB CF 1F 0 5 E A9 30 49
Octal 230 333 317 37 0 5 16 251 60 111
Binary 10011000 11011011 11001111 11111 0 101 1110 10101001 110000 1001001

Color Harmonies of #98DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBCF

Black with #98DBCF

Text Example


Text Example

White with #98DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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