#97CDCC

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

Shades of Morning Glory #97CDCC

Tints of Morning Glory #97CDCC

Color information

#97CDCC (or 0x97CDCC) is unknown color: approx Morning Glory. HEX triplet: 97, CD and CC. RGB value is (151,205,204). Sum of RGB (Red+Green+Blue) = 151+205+204=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #97CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CDCC is #683233. Grayscale: #BCBCBC. Windows color (decimal): -6828596 or 13421975. OLE color: 13421975.

HSL color Cylindrical-coordinate representation of color #97CDCC: hue angle of 178.89º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CDCC is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB151205204-
CMYK0.2600.000.20
HSL178.89º35.06%69.8%-
HSV(B)178.89º26.34%80.39%-
XYZ45.4954.665.27-
YUV188.74136.61101.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=26.96%
G=36.61%
B=36.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512052040.2600.000.20178.8935.0669.8
Hex97CDCC1A0014b32346
Octal22731531432002426343106
Binary100101111100110111001100110100010100101100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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