Html Css Color HEX #98D6CE Sinbad

📋 copy color: '#98D6CE'

red 152 ◦ green 214 ◦ blue 206

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

Shades of Sinbad #98D6CE

Tints of Sinbad #98D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.41%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 26.57%
G = 37.41%
B = 36.01%

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

#98D6CE (or 0x98D6CE) is known color: Sinbad. HEX triplet: 98, D6 and CE. RGB value is (152,214,206). Sum of RGB (Red+Green+Blue) = 152+214+206=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6CE is #672931. Grayscale: #C2C2C2. Windows color (decimal): -6760754 or 13555352. OLE color: 13555352.

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

Color convert

RGB 152 214 206 -
CMYK 0.29 0 0.04 0.16
HSL 172.26º 0.43% 0.72% -
HSV(B) 172.26º 0.29% 0.84% -
XYZ 48.14 59.22 67.29 -
YUV 194.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 152 214 206 0.29 0 0.04 0.16 172.26 0.43 0.72
Hex 98 D6 CE 1D 0 4 10 AC 2B 48
Octal 230 326 316 35 0 4 20 254 53 110
Binary 10011000 11010110 11001110 11101 0 100 10000 10101100 101011 1001000

Color Harmonies of #98D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D6CE

Black with #98D6CE

Text Example


Text Example

White with #98D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,214,206); }

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

background-color css

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

 a { background-color: rgb(152,214,206); }

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

border-color css

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

 span { border-color: rgb(152,214,206); }

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