#97C4CB

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

Shades of Morning Glory #97C4CB

Tints of Morning Glory #97C4CB

Color information

#97C4CB (or 0x97C4CB) is unknown color: approx Morning Glory. HEX triplet: 97, C4 and CB. RGB value is (151,196,203). Sum of RGB (Red+Green+Blue) = 151+196+203=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #97C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C4CB is #683B34. Grayscale: #B7B7B7. Windows color (decimal): -6830901 or 13354135. OLE color: 13354135.

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

Color convert

RGB151196203-
CMYK0.260.0300.20
HSL188.08º33.33%69.41%-
HSV(B)188.08º25.62%79.61%-
XYZ43.2850.3763.94-
YUV183.34139.09104.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.45%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=27.45%
G=35.64%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511962030.260.0300.20188.0833.3369.41
Hex97C4CB1A3014bc2145
Octal22730431332302427441105
Binary1001011111000100110010111101011010100101111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,196,203); }

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

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

 a { background-color: rgb(151,196,203); }

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

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

 span { border-color: rgb(151,196,203); }

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