#97D4CC

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

Shades of Sinbad #97D4CC

Tints of Sinbad #97D4CC

Color information

#97D4CC (or 0x97D4CC) is unknown color: approx Sinbad. HEX triplet: 97, D4 and CC. RGB value is (151,212,204). Sum of RGB (Red+Green+Blue) = 151+212+204=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #97D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D4CC is #682B33. Grayscale: #C0C0C0. Windows color (decimal): -6826804 or 13423767. OLE color: 13423767.

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

Color convert

RGB151212204-
CMYK0.2900.040.17
HSL172.13º41.5%71.18%-
HSV(B)172.13º28.77%83.14%-
XYZ47.2158.0365.84-
YUV192.85134.2998.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.63%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=26.63%
G=37.39%
B=35.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512122040.2900.040.17172.1341.571.18
Hex97D4CC1D0411ac2947
Octal22732431435042125451107
Binary10010111110101001100110011101010010001101011001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,212,204); }

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

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

 a { background-color: rgb(151,212,204); }

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

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

 span { border-color: rgb(151,212,204); }

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