Html Css Color HEX #97D1C9 Sinbad

📋 copy color: '#97D1C9'

red 151 ◦ green 209 ◦ blue 201

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

Shades of Sinbad #97D1C9

Tints of Sinbad #97D1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

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

R = 26.92%
G = 37.25%
B = 35.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#97D1C9 (or 0x97D1C9) is known color: Sinbad. HEX triplet: 97, D1 and C9. RGB value is (151,209,201). Sum of RGB (Red+Green+Blue) = 151+209+201=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #97D1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D1C9 is #682E36. Grayscale: #BEBEBE. Windows color (decimal): -6827575 or 13226391. OLE color: 13226391.

HSL color Cylindrical-coordinate representation of color #97D1C9: hue angle of 171.72º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97D1C9 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 209 201 -
CMYK 0.28 0 0.04 0.18
HSL 171.72º 0.39% 0.71% -
HSV(B) 171.72º 0.28% 0.82% -
XYZ 46.11 56.4 63.71 -
YUV 190.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 151 209 201 0.28 0 0.04 0.18 171.72 0.39 0.71
Hex 97 D1 C9 1C 0 4 12 AC 27 47
Octal 227 321 311 34 0 4 22 254 47 107
Binary 10010111 11010001 11001001 11100 0 100 10010 10101100 100111 1000111

Color Harmonies of #97D1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D1C9

Black with #97D1C9

Text Example


Text Example

White with #97D1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,209,201); }

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

background-color css

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

 a { background-color: rgb(151,209,201); }

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

border-color css

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

 span { border-color: rgb(151,209,201); }

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