Html Css Color HEX #98CFC9 Sinbad

📋 copy color: '#98CFC9'

red 152 ◦ green 207 ◦ blue 201

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

Shades of Sinbad #98CFC9

Tints of Sinbad #98CFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.96%

 BLUE value IS 201 (78.91% from 255) = 35.89%

R = 27.14%
G = 36.96%
B = 35.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#98CFC9 (or 0x98CFC9) is known color: Sinbad. HEX triplet: 98, CF and C9. RGB value is (152,207,201). Sum of RGB (Red+Green+Blue) = 152+207+201=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFC9 is #673036. Grayscale: #BDBDBD. Windows color (decimal): -6762551 or 13225880. OLE color: 13225880.

HSL color Cylindrical-coordinate representation of color #98CFC9: hue angle of 173.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFC9 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 207 201 -
CMYK 0.27 0 0.03 0.19
HSL 173.45º 0.36% 0.7% -
HSV(B) 173.45º 0.27% 0.81% -
XYZ 45.8 55.52 63.56 -
YUV 189.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 152 207 201 0.27 0 0.03 0.19 173.45 0.36 0.7
Hex 98 CF C9 1B 0 3 13 AD 24 46
Octal 230 317 311 33 0 3 23 255 44 106
Binary 10011000 11001111 11001001 11011 0 11 10011 10101101 100100 1000110

Color Harmonies of #98CFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFC9

Black with #98CFC9

Text Example


Text Example

White with #98CFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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