#97D5CD

Color #97D5CD Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #97D5CD

Tints of Sinbad #97D5CD

Color information

#97D5CD (or 0x97D5CD) is unknown color: approx Sinbad. HEX triplet: 97, D5 and CD. RGB value is (151,213,205). Sum of RGB (Red+Green+Blue) = 151+213+205=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #97D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D5CD is #682A32. Grayscale: #C1C1C1. Windows color (decimal): -6826547 or 13489559. OLE color: 13489559.

HSL color Cylindrical-coordinate representation of color #97D5CD: hue angle of 172.26º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D5CD is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB151213205-
CMYK0.2900.040.16
HSL172.26º42.47%71.37%-
HSV(B)172.26º29.11%83.53%-
XYZ47.5858.5866.56-
YUV193.55134.4697.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.54%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=26.54%
G=37.43%
B=36.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512132050.2900.040.16172.2642.4771.37
Hex97D5CD1D0410ac2a47
Octal22732531535042025452107
Binary10010111110101011100110111101010010000101011001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,213,205); }

 H1.HeaderClassName
 {
   color: #97D5CD;
 }
 .AnyTagClassName
 {
   color: #97D5CD;
 }
</style>
background-color css

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

 a { background-color: rgb(151,213,205); }

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

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

 span { border-color: rgb(151,213,205); }

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