#97D4CF

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

Shades of Morning Glory #97D4CF

Tints of Morning Glory #97D4CF

Color information

#97D4CF (or 0x97D4CF) is unknown color: approx Morning Glory. HEX triplet: 97, D4 and CF. RGB value is (151,212,207). Sum of RGB (Red+Green+Blue) = 151+212+207=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #97D4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D4CF is #682B30. Grayscale: #C1C1C1. Windows color (decimal): -6826801 or 13620375. OLE color: 13620375.

HSL color Cylindrical-coordinate representation of color #97D4CF: hue angle of 175.08º 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 #97D4CF is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB151212207-
CMYK0.2900.020.17
HSL175.08º41.5%71.18%-
HSV(B)175.08º28.77%83.14%-
XYZ47.5758.1767.75-
YUV193.19135.7997.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=26.49%
G=37.19%
B=36.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512122070.2900.020.17175.0841.571.18
Hex97D4CF1D0211af2947
Octal22732431735022125751107
Binary1001011111010100110011111110101010001101011111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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