Html Css Color HEX #97D8CE Sinbad

📋 copy color: '#97D8CE'

red 151 ◦ green 216 ◦ blue 206

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

Shades of Sinbad #97D8CE

Tints of Sinbad #97D8CE

RGB

 RED value IS 151 (59.38% from 255) = 26.35%

 GREEN value IS 216 (84.77% from 255) = 37.7%

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

R = 26.35%
G = 37.7%
B = 35.95%

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

#97D8CE (or 0x97D8CE) is known color: Sinbad. HEX triplet: 97, D8 and CE. RGB value is (151,216,206). Sum of RGB (Red+Green+Blue) = 151+216+206=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D8CE is #682731. Grayscale: #C3C3C3. Windows color (decimal): -6825778 or 13555863. OLE color: 13555863.

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

Color convert

RGB 151 216 206 -
CMYK 0.30 0 0.05 0.15
HSL 170.77º 0.45% 0.72% -
HSV(B) 170.77º 0.3% 0.85% -
XYZ 48.46 60.15 67.45 -
YUV 195.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 151 216 206 0.30 0 0.05 0.15 170.77 0.45 0.72
Hex 97 D8 CE 1E 0 5 F AB 2D 48
Octal 227 330 316 36 0 5 17 253 55 110
Binary 10010111 11011000 11001110 11110 0 101 1111 10101011 101101 1001000

Color Harmonies of #97D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D8CE

Black with #97D8CE

Text Example


Text Example

White with #97D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97D8CE; }

 p { color: rgb(151,216,206); }

 H1.HeaderClassName
 {
   color: #97D8CE;
 }
 .AnyTagClassName
 {
   color: #97D8CE;
 }
</style>

background-color css

<style>
 a { background-color: #97D8CE; }

 a { background-color: rgb(151,216,206); }

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

border-color css

<style>
 span { border-color: #97D8CE; }

 span { border-color: rgb(151,216,206); }

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